From 5c799a17ba980d9a15a62cefa9dbbae40430df30 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 16 十一月 2023 17:24:29 +0800 Subject: [PATCH] 上架规则当产品到达回显修改 --- src/views/warehouseManage/listingRules/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/warehouseManage/listingRules/index.vue b/src/views/warehouseManage/listingRules/index.vue index dfbd8d3..32b3b4c 100644 --- a/src/views/warehouseManage/listingRules/index.vue +++ b/src/views/warehouseManage/listingRules/index.vue @@ -131,7 +131,7 @@ const list = res.data.map((item) => { return { ...item, - areaName: { label: item.location.jointName, value: item.location.id }, + areaName: { label: item.area.jointName, value: item.area.id }, subLocation: { label: item.location.jointName, value: item.location.id }, productName: item.product.name, productCategory: item.productCategory.name, -- Gitblit v1.8.0