From ffa7a2c2a6d47b196cb30871bf5467916947fc29 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 09 六月 2025 10:32:02 +0800 Subject: [PATCH] qx --- src/views/doctor/checkAll/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index d29a565..ffb7c41 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -1921,6 +1921,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 +1970,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