mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化数据展示
This commit is contained in:
parent
1d269d1cd2
commit
6616f62078
@ -100,7 +100,8 @@
|
||||
vc.http.apiGet('task.listTaskTemplate',
|
||||
_param,
|
||||
function (json, res) {
|
||||
let data = JSON.parse(json).data;
|
||||
console.log('task.listTaskTemplate',json);
|
||||
let data = json.data;
|
||||
if (data.code == 200) {
|
||||
$that.addJobInfo.templates = data;
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user