haoxuan
2023-10-18 9e9adeb2711ce710c677f4653f12bc335c098737
src/views/warehouseManage/listingRules/index.vue
@@ -122,8 +122,8 @@
          const list = res.data.map((item) => {
            return {
              ...item,
              areaName: item.area.jointName,
              subLocation: item.location.jointName,
              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,
              isSet: false,