yangfeng
2023-11-16 5c799a17ba980d9a15a62cefa9dbbae40430df30
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,