From f8a618ca25ca408338fc5cbf3fcf413b67412409 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Tue, 13 Dec 2022 18:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8A=A8=E6=80=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8A=BD=E5=8F=96=E5=88=B0=E9=A1=B6=E9=83=A8=202022?= =?UTF-8?q?=E5=B9=B412=E6=9C=8813=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/common/column.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/modules/common/column.vue b/src/views/modules/common/column.vue index d8fdd52..9b02b56 100644 --- a/src/views/modules/common/column.vue +++ b/src/views/modules/common/column.vue @@ -4,8 +4,8 @@ :visible.sync="visible" class="cl" width="958px" v-drag> - - + + @@ -222,9 +222,15 @@ export default { ], tableList: [], dataList: [], + dataListLoading: false, // 用户table 配置集合 userColumnList: [], - queryTable: {}, + queryTable: { + userId: '', + functionId: '', + languageCode: '', + tableId: '', + }, visible: false, fullscreenLoading: false } @@ -236,7 +242,6 @@ export default { if (!queryTable.functionId) return; this.visible = true this.queryTable = queryTable - this.dataListLoading = true // 先获取功能下的所有tableId 和tableName await getMenuTableList(queryTable).then(({data}) => { @@ -248,6 +253,7 @@ export default { await this.getTableUserList() }, async getTableUserList(){ + this.dataListLoading = true await getTableUserListLanguage(this.queryTable).then(({data}) => { if (data.code == 0) { this.dataListLoading = false