yxh
yxh
2023-08-10 6c6de9a0f4f6bfe8e80292b0bf0bc31d8b63a979
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) {