注销‘scanSiteBatch’方法
This commit is contained in:
parent
744be114d8
commit
006e6e733e
@ -900,7 +900,7 @@ export default {
|
||||
// this.$modal.msgError(e);
|
||||
}
|
||||
|
||||
scanSiteBatch(this.form.batchNo).then(res=>{});
|
||||
// scanSiteBatch(this.form.batchNo).then(res=>{});
|
||||
scanSiteBatchV2(this.form.batchNo).then(res=>{});
|
||||
|
||||
} else {
|
||||
@ -921,7 +921,7 @@ export default {
|
||||
this.isDoing=false;
|
||||
// this.$modal.msgError(e);
|
||||
}
|
||||
scanSiteBatch(this.form.batchNo).then(res=>{ });
|
||||
// scanSiteBatch(this.form.batchNo).then(res=>{ });
|
||||
scanSiteBatchV2(this.form.batchNo).then(res=>{ });
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user