Commit 318da01d by caoyanzhi

update: 话务任务-详情-批量删除接口参数调整

parent fcba6733
......@@ -259,7 +259,8 @@ export default {
enterpriseId: that.activeBrand, // 品牌 id
delTaskStatus: obj.delOptFlag, // 0:仅删除逾期任务,1:删除所有待完成任务
reason: obj.reason, // 备注
isAll: that.selectRadio // 1:当页,1:所有
isAll: that.selectRadio, // 1:当页,1:所有
ecmId: that.$route.query.ecmId,
// taskType: 1 //0不良评价,1话务任务
};
postRequest('/haoban-app-tel-task-three-web/task/batch-del-store-task-list', para)
......
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