songshankun
2023-10-19 301cbea766080fb65b8c6af563388b61606322f3
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,