From ca4261a5d05d0359d02e332b88ed149a0656eae1 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期四, 27 七月 2023 13:47:57 +0800 Subject: [PATCH] 修改了专家费用保存 --- 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