From 24c4699005da96f45562d7057d80c103b8e428a2 Mon Sep 17 00:00:00 2001
From: WangHan <wwh_work@126,com>
Date: 星期五, 03 一月 2025 10:32:34 +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