From 0df6945c4d4c100fcb0c2a9a3e7580d13904617d Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期二, 26 十二月 2023 16:33:07 +0800 Subject: [PATCH] su --- src/views/hosp/project/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index 90638db..12d640c 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -575,9 +575,9 @@ handleAdd(row) { // this.reset(); this.loading = true; - // this.form.proPrice = 0.00 - // this.form.proName = "" - // this.form.proId = null + this.form.proPrice = 0.00 + this.form.proName = "" + this.form.proId = null ProjectTree().then((response) => { if (response.code == 200) { this.loading = false; -- Gitblit v1.8.0