From 9f0325d3450b99a20b52ab854cbfec5b2c3ebfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 14 May 2024 09:22:50 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=97=85=E7=A7=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/departmentDisease/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/system/departmentDisease/index.vue b/src/views/system/departmentDisease/index.vue index b2cb8fe..c226652 100644 --- a/src/views/system/departmentDisease/index.vue +++ b/src/views/system/departmentDisease/index.vue @@ -724,6 +724,7 @@ export default { this.$modal.msgSuccess("修改成功"); this.open = false; this.getList(); + this.departmentName='' this.infolists() }); } else { @@ -731,6 +732,7 @@ export default { this.$modal.msgSuccess("新增成功"); this.open = false; this.getList(); + this.departmentName='' this.infolists() }); @@ -748,6 +750,7 @@ export default { }) .then(() => { this.getList(); + this.departmentName='' this.infolists() this.$modal.msgSuccess("删除成功"); From 0fda57b334b4f9dd2ac141847f4078a16399c303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 14 May 2024 09:29:44 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=97=85=E7=A7=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/departmentDisease/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/departmentDisease/index.vue b/src/views/system/departmentDisease/index.vue index c226652..d05f903 100644 --- a/src/views/system/departmentDisease/index.vue +++ b/src/views/system/departmentDisease/index.vue @@ -687,6 +687,7 @@ export default { }, /** 重置按钮操作 */ resetQuery() { + this.queryParams.diseaseTypeName='' this.resetForm("queryForm"); this.handleQuery(); }, From 9a93a16498ab1d364f24d01003d2a82f8600d3d7 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 14 May 2024 09:37:04 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=89=8B=E6=9C=AF=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operationInfo/operationInfo/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/operationInfo/operationInfo/index.vue b/src/views/operationInfo/operationInfo/index.vue index 5d899f0..d1c1772 100644 --- a/src/views/operationInfo/operationInfo/index.vue +++ b/src/views/operationInfo/operationInfo/index.vue @@ -261,7 +261,7 @@ @@ -450,7 +450,7 @@ export default { }, // 科室名称圆点按钮 nurseclick(row) { - this.form.departmentId = row.departmentCode; + this.form.departmentId = row.id; this.departmentName = row.departmentName; this.form.diseaseTypeId = ''; this.diseaseTypeName = '请选择病种';