mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化数据展示
This commit is contained in:
parent
6616f62078
commit
a56f8010d9
@ -101,7 +101,7 @@
|
||||
_param,
|
||||
function (json, res) {
|
||||
console.log('task.listTaskTemplate',json);
|
||||
let data = json.data;
|
||||
let data = JSON.parse(json).data;
|
||||
if (data.code == 200) {
|
||||
$that.addJobInfo.templates = data;
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user