From d897e9aac7689926551ae413a22430540f765846 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期二, 21 十一月 2023 20:06:15 +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