From a4327ce9ff4e26a0a73bc08ca97c5a812ea51f39 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Tue, 26 Sep 2023 17:54:08 +0800 Subject: [PATCH] fix: Style failure --- .../Panel/Popups/ProcessExpressionSelectTemplate/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Panel/Popups/ProcessExpressionSelectTemplate/index.vue b/src/components/Panel/Popups/ProcessExpressionSelectTemplate/index.vue index dc8c89b..1f3c5c2 100644 --- a/src/components/Panel/Popups/ProcessExpressionSelectTemplate/index.vue +++ b/src/components/Panel/Popups/ProcessExpressionSelectTemplate/index.vue @@ -95,7 +95,7 @@ export default { listCondition(this.queryParams).then(response => { this.expressionList = response.data this.total = response.total - //this.loading = false + this.loading = false }).catch(() => { this.loading = false }) }, /** 处理搜索动作 */