From 62b6a7fac3f2acde70b578431147c4a01f19c182 Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期一, 15 四月 2024 09:07:05 +0800 Subject: [PATCH] bug修改 --- admin-web/src/views/foundation/store/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-web/src/views/foundation/store/index.vue b/admin-web/src/views/foundation/store/index.vue index 0578ce5..152a088 100644 --- a/admin-web/src/views/foundation/store/index.vue +++ b/admin-web/src/views/foundation/store/index.vue @@ -137,7 +137,7 @@ {title: '缂栧彿', field: 'warehouseCode', align: 'center', width: 120}, {title: '绫诲瀷', field: 'classificationName', align: 'center', width: 120 }, {title: '鍦板潃', field: 'adress', align: 'left', minWidth: 140 }, - // {title: '鎵�灞炴満鏋�', field: 'summary', align: 'left',}, + {title: '鎵�灞炴満鏋�', field: 'agencyName', align: 'left',minWidth: 140 }, { field: 'states', title: '鐘舵��', @@ -304,7 +304,7 @@ // 鏌ヨtable鍒楄〃 search(pageNum) { if (pageNum != undefined) { - this.$refs.myTable.search(pageNum) + this.$refs.myTable.search({pageNum}) } else { this.$refs.myTable.search() } -- Gitblit v1.9.1