导入提示

master
chc 2022-10-20 17:30:31 +08:00
parent a345586b25
commit dca8ee512f
2 changed files with 2 additions and 1 deletions

View File

@ -525,6 +525,8 @@ export default {
if (res.success) { if (res.success) {
this.stepList.map((item) => { this.stepList.map((item) => {
item.checked = false; item.checked = false;
this.$Message.success("导入成功")
this.importModal = false
}); });
this.stepList[2].checked = true; this.stepList[2].checked = true;

View File

@ -805,7 +805,6 @@ export default {
Toprints(){ Toprints(){
if(this.form.logisticsId != null && this.form.logisticsId != ''){ if(this.form.logisticsId != null && this.form.logisticsId != ''){
this.orderDeliverModal = false; this.orderDeliverModal = false;
this.modalPrint = true;
} }
}, },
// //