From 91ec24b5e11ee9294f4061853b93b97508804023 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 24 六月 2025 08:58:21 +0800 Subject: [PATCH] qx --- src/views/doctor/checkAll/index.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index d29a565..226b7b3 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -1896,8 +1896,18 @@ this.handleClick(val); } }, +qingkong() { + this.tableAll = {} + this.changedate = [] + this.yichangList = [] + this.statusList = [] + this.xmChange = [] + this.fcList =[] + this.formobj ={} + }, handleClick(row) { + this.qingkong() this.$refs.Pre.open = false; this.tableAll = row; this.tjproject = "0"; @@ -1921,6 +1931,7 @@ this.isLoading = true this.drawer = true; getupdateCheckType(this.tjNumber).then((response) => { + this.isLoading = false this.changedate = response.data; if (this.changedate) { this.changedate.forEach((item) => { @@ -1969,6 +1980,7 @@ this.isLoading = true this.drawer = true; getupdateCheckType(this.tjNumber).then((response) => { + this.isLoading = false this.changedate = response.data; if (this.changedate) { for (let i = 0; i < this.changedate.length; i++) { -- Gitblit v1.8.0