yxh
yxh
2023-08-01 5ba9921fb11703c89de646c1176dbfa0f59bc4cd
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) {