From c60088460c000fa55b97d0d6d28a2df1d6d9853e Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Sun, 25 Jun 2023 17:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E6=8E=89=E4=B8=80=E4=B8=AA=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/command/cpts/demandInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/visual/command/cpts/demandInfo.vue b/src/views/modules/visual/command/cpts/demandInfo.vue index 224b439ed..30a53564d 100644 --- a/src/views/modules/visual/command/cpts/demandInfo.vue +++ b/src/views/modules/visual/command/cpts/demandInfo.vue @@ -65,7 +65,7 @@ export default { async mounted () { this.loading = false - await this.handleSearch() + // await this.handleSearch() this.loading = true },