|
@ -1071,7 +1071,9 @@ |
|
|
getFollowupQuery() { |
|
|
getFollowupQuery() { |
|
|
followupQuery({ |
|
|
followupQuery({ |
|
|
pageNum: -1, |
|
|
pageNum: -1, |
|
|
param: {}, |
|
|
param: { |
|
|
|
|
|
status:1 |
|
|
|
|
|
}, |
|
|
}).then((res) => { |
|
|
}).then((res) => { |
|
|
this.followupList = res.data.list; |
|
|
this.followupList = res.data.list; |
|
|
}); |
|
|
}); |
|
@ -1185,7 +1187,7 @@ |
|
|
let queueList = row.queueVoList.map((item) => item.queueId); |
|
|
let queueList = row.queueVoList.map((item) => item.queueId); |
|
|
this.form = { |
|
|
this.form = { |
|
|
...JSON.parse(JSON.stringify(row)), |
|
|
...JSON.parse(JSON.stringify(row)), |
|
|
queueIdList:queueList |
|
|
queueIdList:queueList |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
/** 提交审核 */ |
|
|
/** 提交审核 */ |
|
|