yxh
2023-07-26 25310fc13611045f39270022a1f89ea75d35cb32
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) {