From 5ba9921fb11703c89de646c1176dbfa0f59bc4cd Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期二, 01 八月 2023 09:27:12 +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