This commit is contained in:
java110 2020-06-24 18:32:04 +08:00
parent 61e04dab3a
commit cc5e273f92

View File

@ -79,7 +79,7 @@
let _json = JSON.parse(json);
if (_json.code == 200) {
//关闭model
vc.emit('jobManage', 'listJob', {});
vc.component._listJobs(DEFAULT_PAGE, DEFAULT_ROWS);
vc.toast(_json.msg);
return;
}
@ -108,7 +108,7 @@
let _json = JSON.parse(json);
if (_json.code == 200) {
//关闭model
vc.emit('jobManage', 'listJob', {});
vc.component._listJobs(DEFAULT_PAGE, DEFAULT_ROWS);
vc.toast(_json.msg);
return;
}