From 410d68c849410b4aa28be97bf60eb3af77641aa1 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期二, 08 八月 2023 11:12:47 +0800
Subject: [PATCH] yxh

---
 src/views/project/financesubject/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/project/financesubject/index.vue b/src/views/project/financesubject/index.vue
index 158afb4..760c19c 100644
--- a/src/views/project/financesubject/index.vue
+++ b/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) {

--
Gitblit v1.9.3