|
|
@@ -55,7 +55,7 @@
|
|
|
</van-cell-group>
|
|
|
<p v-if="infoData && infoData.isClose == 1" style="padding: 10px 0"></p>
|
|
|
<!-- 跟进任务填写 -->
|
|
|
- <div class="assign" v-if="infoData && infoData.isClose != 1">
|
|
|
+ <div class="assign" v-if="infoData && (infoData.isClose != 1 || this.infoData.allowFollowUp)">
|
|
|
<!-- <div class="assign"> -->
|
|
|
<div style="padding: 10px 16px 0 16px; color: red; font-size: 14px">
|
|
|
400客服已对来电进行分类,若分类有误,可重新分类
|
|
|
@@ -279,7 +279,7 @@ export default {
|
|
|
if (response.code == 200) {
|
|
|
this.infoData = response.data;
|
|
|
this.title = response.data.name;
|
|
|
- if (this.infoData.isClose != 1) {
|
|
|
+ if (this.infoData.isClose != 1 || this.infoData.allowFollowUp) {
|
|
|
// response.data.customerClue.customerClueItemList[0].customerClueInfoId = this.id;
|
|
|
this.taskGather = response.data.customerClue.customerClueItemList;
|
|
|
}
|