mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
a29a63148c
commit
e2fdddc754
@ -102,7 +102,7 @@
|
||||
console.log('task.listTaskTemplate',json);
|
||||
let _json = JSON.parse(json);
|
||||
let data = _json.data;
|
||||
if (_json.code == 200) {
|
||||
if (_json.code == 0) {
|
||||
$that.addJobInfo.templates = data;
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user