fix: 产品测试
This commit is contained in:
@@ -544,16 +544,16 @@ export default defineComponent({
|
|||||||
product_title: item.packName,
|
product_title: item.packName,
|
||||||
taste_title: item.packType,
|
taste_title: item.packType,
|
||||||
}));
|
}));
|
||||||
params.shelves_cover_picture = packingData.value.stackImgs.urls;
|
params.shelves_cover_picture = packingData.value.shelvesImgs.urls;
|
||||||
params.package_shelves_test_list = packingData.value.stack
|
params.package_shelves_test_list = packingData.value.shelves
|
||||||
.filter((item) => !item.status)
|
.filter((item) => !item.status)
|
||||||
.map((item) => ({
|
.map((item) => ({
|
||||||
product_picture: item.packImg,
|
product_picture: item.packImg,
|
||||||
product_title: item.packName,
|
product_title: item.packName,
|
||||||
taste_title: item.packType,
|
taste_title: item.packType,
|
||||||
}));
|
}));
|
||||||
params.package_cover_picture = packingData.value.shelvesImgs.urls;
|
params.package_cover_picture = packingData.value.stackImgs.urls;
|
||||||
params.package_pile_test_list = packingData.value.shelves
|
params.package_pile_test_list = packingData.value.stack
|
||||||
.filter((item) => !item.status)
|
.filter((item) => !item.status)
|
||||||
.map((item) => ({
|
.map((item) => ({
|
||||||
product_picture: item.packImg,
|
product_picture: item.packImg,
|
||||||
@@ -659,7 +659,7 @@ export default defineComponent({
|
|||||||
packingData.value = JSON.parse(packingInit);
|
packingData.value = JSON.parse(packingInit);
|
||||||
ruleForm.tags = [];
|
ruleForm.tags = [];
|
||||||
ruleForm.remarks = "";
|
ruleForm.remarks = "";
|
||||||
ruleForm.project_name = "";
|
ruleForm.project_name = props.info.project_name;
|
||||||
modalVisible.value = false;
|
modalVisible.value = false;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user