From ed0df936cf207478583687c2e590b3c59ad5c25c Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期二, 21 十一月 2023 13:50:52 +0800 Subject: [PATCH] feat: 根据型号查询物品信息 --- 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