mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化
This commit is contained in:
parent
61e04dab3a
commit
cc5e273f92
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user