From e96908d0c5681721f12b82bbd1eda7ad5091e8cc Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 21 六月 2023 14:14:21 +0800 Subject: [PATCH] 修改高级查询关闭报错问题 --- Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue index 8cc886b..eafcf03 100644 --- a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue +++ b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue @@ -6,6 +6,7 @@ top="0" class="avue-dialog avue-dialog--top" :width="referConfig.options.width|| '80%'"> + <avue-crud :option="option" :table-loading="loading" :data="data" -- Gitblit v1.9.3