From 0712b49e5538589dac4859ca8cebf196caa954ab Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期二, 21 十一月 2023 11:28:09 +0800 Subject: [PATCH] fix:供应商管理添加产品,产品列表展示修改及采购管理bug修改 --- 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