From bf3f0e8f2e4d9a1b79897bd343a99cd597b2ad98 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期四, 16 十一月 2023 16:07:27 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.5.5:29418/web/SRM --- 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