From 92b53ccbfafdec9b5f27a0ec0a09ff051bdc6d21 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期二, 22 七月 2025 17:08:12 +0800 Subject: [PATCH] 设备调拨设置固定宽度,解决页面出现无表头空白列的情况 --- src/views/tms/modules/baseTools/BaseToolsListRight.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/tms/modules/baseTools/BaseToolsListRight.vue b/src/views/tms/modules/baseTools/BaseToolsListRight.vue index 78201e1..b2285a4 100644 --- a/src/views/tms/modules/baseTools/BaseToolsListRight.vue +++ b/src/views/tms/modules/baseTools/BaseToolsListRight.vue @@ -539,6 +539,8 @@ }else{ this.dataSource = []; this.clearPara() + this.loading = false; + return } getAction(httpUrl, params) .then((res) => { -- Gitblit v1.9.3