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 },