bom上传图纸修改
master
xs 3 days ago
parent d23d8b0d13
commit 2283b128f0

@ -994,6 +994,9 @@ export default {
}).catch(() => { }).catch(() => {
this.addProductPlanObject = null; this.addProductPlanObject = null;
this.sopViewModel = false; this.sopViewModel = false;
this.$modal.closeLoading();
}).finally(() => {
this.$modal.closeLoading();
}); });
}, },
// //
@ -1034,6 +1037,7 @@ export default {
} }
this.uploadAttachList[this.addProductPlanObject.materialBomId].splice(index, 1); this.uploadAttachList[this.addProductPlanObject.materialBomId].splice(index, 1);
let num = 0; let num = 0;
arrPic.map((item) => { arrPic.map((item) => {
if (item.uid === file.uid) { if (item.uid === file.uid) {
arrPic.splice(num, 1); arrPic.splice(num, 1);

Loading…
Cancel
Save