yxh
2023-06-15 e5e3e1a5bc8aa300c580126703bb6067221dee96
src/views/project/financesubject/index.vue
@@ -467,7 +467,6 @@
    submitForm() {
      this.$refs["form"].validate((valid) => {
        if (valid) {
          debugger
          this.form.costtypename = this.$refs.costTypeSel.selectedLabel;
          this.form.expensetypename = this.$refs.expenseTypeSel.selectedLabel;
          if (this.form.id != null) {