优化保存批次失败loading不关闭的情况
This commit is contained in:
parent
572d3f4cdd
commit
cc716a27e2
@ -1090,11 +1090,11 @@ export default {
|
||||
// }
|
||||
}
|
||||
}
|
||||
try {
|
||||
let response = await addAllEmisTmsSiteBatch(this.form);
|
||||
if(!response || response.code != 200){
|
||||
} catch (error) {
|
||||
this.isDoing=false;
|
||||
this.$modal.msgError(response && response.msg || '新增组批次失败')
|
||||
return;
|
||||
}
|
||||
|
||||
// 批次重算
|
||||
|
||||
Loading…
Reference in New Issue
Block a user