From 0f8844dcb400fcdee4ea7831336a6aff382a8cc2 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期六, 23 九月 2023 14:59:16 +0800
Subject: [PATCH] fix: 修复搜索供应商列表结果为空时产品列表不为空的bug, 修复产品列表翻页后搜索供应商时产品列表页码未重置的bug, 修复供应商列表/产品列表/采购订单/质检单/退货单翻页后再搜索页码未重置的bug

---
 src/views/productManage/product/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue
index 7ea3200..53eef98 100644
--- a/src/views/productManage/product/index.vue
+++ b/src/views/productManage/product/index.vue
@@ -84,7 +84,7 @@
       },
       tableColumn: [
         { label: "浜у搧缂栫爜", prop: "number", min: 190, isCommonClick: true },
-        { label: "浜у搧鍚嶇О", prop: "name", min: 130 },
+        { label: "浜у搧鍚嶇О", prop: "name", min: 130 ,default:true},
         { label: "渚涘簲鍟�", prop: "supplierName", min: 130 },
         { label: "浜у搧绫诲埆", prop: "productType", min: 130 },
         { label: "瑙勬牸", prop: "specifications", min: 130 },
@@ -94,7 +94,7 @@
         { label: "鏈�浣庡簱瀛�", prop: "minimumStock", min: 80 },
         { label: "鏈�楂樺簱瀛�", prop: "maximumStock", min: 80 }
       ],
-      showCol: ['浜у搧缂栫爜', '浜у搧鍚嶇О', '渚涘簲鍟�', '浜у搧绫诲埆', '瑙勬牸', '鍨嬪彿', '鍗曚綅', '浠锋牸', '鏈�浣庡簱瀛�', '鏈�楂樺簱瀛�']
+      showCol: ['浜у搧缂栫爜', '浜у搧鍚嶇О', '渚涘簲鍟�', '浜у搧绫诲埆', '瑙勬牸', '浠锋牸', '鏈�浣庡簱瀛�', '鏈�楂樺簱瀛�']
     }
   },
   created() {

--
Gitblit v1.8.0