haoxuan
2024-04-17 1888b426ff2b6a529f5fdef0f0453dadef71824b
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,