From 67938e18ff1183ee789794d1f0e6a3abfa3f96d5 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期二, 21 十一月 2023 15:18:36 +0800 Subject: [PATCH] 列表搜索项支持级联 --- admin-web/src/components/myTable/myTableV2.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/admin-web/src/components/myTable/myTableV2.vue b/admin-web/src/components/myTable/myTableV2.vue index faeb6c2..6afb0f1 100644 --- a/admin-web/src/components/myTable/myTableV2.vue +++ b/admin-web/src/components/myTable/myTableV2.vue @@ -365,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 @@ -628,6 +628,8 @@ color: #303133; font-weight: 700; margin-top: 10px; + display: flex; + justify-content: flex-end; } .el-radio { margin-right: 10px; -- Gitblit v1.9.1