From 6cfff55d44314e88fefd6e3adb290ec16b303f89 Mon Sep 17 00:00:00 2001
From: 黎星凯 <13949086503@163.com>
Date: 星期五, 05 一月 2024 10:42:53 +0800
Subject: [PATCH] 1、供产品导数据临时用(用户,机构,部门,仓库,库管员 可删) 2、选择库管员增加过滤参数

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