From 991bf3c56c379ba78f13d9ff34fccc2769d296b7 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期四, 24 十月 2024 15:09:15 +0800 Subject: [PATCH] 1、文件柜管理接口方式以及接受参数修改 --- Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/index.vue index 4bdc47c..3b809cc 100644 --- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/index.vue +++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/index.vue @@ -151,6 +151,8 @@ }); this.treeData[0].children = data; loading.close(); + }).catch(error=>{ + loading.close(); }) }, // 澶勭悊鏍戝舰缁撴瀯 -- Gitblit v1.9.3