From a1b85ef72062ca80db35546e4216dd564f3e0f57 Mon Sep 17 00:00:00 2001
From: WangHan <wwh_work@126,com>
Date: 星期四, 03 四月 2025 15:58:19 +0800
Subject: [PATCH] 问题与漏洞修改

---
 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