Commit 67552bdf authored by ztf's avatar ztf

解决进度计划执行页面:保存反馈信息后,点击‘完成任务’按钮时,提示“请填写反馈信息……”,无法提交流程,需要手动刷新当前页面才行

parent d7967e95
......@@ -807,6 +807,7 @@ export default {
// 完成任务
// 反馈计划完成任务之前要先判断是否绑定反馈信息
finishPlanReplyTask(flag, params, callback, errCallBack) {
this.initExtPlanReplyForm()
if (this.isExtPlanReplyLinkBindSuccess) {
this.finishTaskhandle(flag, params, callback, errCallBack)
} else {
......@@ -892,7 +893,7 @@ export default {
}
})
},
// 初始化进度计划反馈信息表格
// 初始化进度计划反馈信息表格 判断是否绑定了反馈信息
initExtPlanReplyForm() {
const params = {
'pageFrom': 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment