From f684f2df6dd0ab7f0d15f59ab61dcff952b8ce2b Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期一, 05 二月 2024 16:56:33 +0800 Subject: [PATCH] su --- src/views/hosp/project/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index 5ff6c21..cc9a895 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -12,7 +12,7 @@ style="margin-bottom: 15px" /> </div> - <el-scrollbar style="height: 516px; width: 100%"> + <el-scrollbar style="height: 629px; width: 100%"> <div class="head-container"> <el-tree :data="deptOptions" @@ -1089,8 +1089,8 @@ } }); this.title = "浣撴椤圭洰淇℃伅缁存姢"; - - this.form.proId = this.queryParams.proId; + this.form.deptId = this.queryParams.deptId; + // this.form.proId = this.queryParams.proId; this.form.proCheckMethod = "N"; if ((this.key = "Y")) { @@ -1617,6 +1617,7 @@ addProject(this.form).then((response) => { this.$modal.msgSuccess("鏂板鎴愬姛"); this.cancel(); + this.getList(); }); } } @@ -1680,6 +1681,7 @@ addProject(this.form).then((response) => { this.$modal.msgSuccess("鏂板鎴愬姛"); this.cancel(); + this.getList(); }); } } -- Gitblit v1.8.0