From a085e789a2225fd88b4f739828273e0a85b1fb13 Mon Sep 17 00:00:00 2001 From: luqingyang <lqy5492@163.com> Date: 星期四, 26 十月 2023 11:21:36 +0800 Subject: [PATCH] 部门管理 相关代码 --- admin-web/src/components/myTable/myTableV2.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin-web/src/components/myTable/myTableV2.vue b/admin-web/src/components/myTable/myTableV2.vue index 47b61b2..faeb6c2 100644 --- a/admin-web/src/components/myTable/myTableV2.vue +++ b/admin-web/src/components/myTable/myTableV2.vue @@ -97,6 +97,7 @@ :label="column.title" :type="column.type" :width="column.width" + :fixed="column.fixed" :min-width="column.minWidth" :align="column.align" :header-align="column.align" @@ -364,7 +365,7 @@ */ search(param) { this.$nextTick(() => { - this.myTable.loading = true + // this.myTable.loading = true const params = Object.assign({}, this.filter) if(this.myTable.paging.show){ params.pageSize = this.myTable.paging.page.pageSize -- Gitblit v1.9.1