From cd16337013c7ea06e05330732b808c76fc45b72d Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 15 十一月 2023 19:04:51 +0800
Subject: [PATCH] 公共组件优化及产品管理列表

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

diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue
index f85e494..5979391 100644
--- a/src/views/productManage/product/index.vue
+++ b/src/views/productManage/product/index.vue
@@ -130,6 +130,7 @@
           const list = res.data.data.list.map((item) => {
             return {
               ...item,
+              supplierName: item.supplier.name,
               supplierNumber: item.supplier.number
             }
           })

--
Gitblit v1.8.0