|
|
@ -399,6 +399,7 @@ function iniFmData() { |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
hotlineSpecialTeamReplyFlag:false, |
|
|
|
binaryOptionList, |
|
|
|
nonComplianceType, |
|
|
|
satisfactionType, |
|
|
@ -498,6 +499,7 @@ showHotline:false, |
|
|
|
|
|
|
|
}, |
|
|
|
props: { |
|
|
|
|
|
|
|
eventId: { |
|
|
|
type: String, |
|
|
|
default: "", |
|
|
@ -565,16 +567,18 @@ showHotline:false, |
|
|
|
if (this.sysAdvancedList.hotlineSpecialTeamFlag==1) { |
|
|
|
this.showHotline=true |
|
|
|
} |
|
|
|
console.log(this.dataRule,"dskldsklfj"); |
|
|
|
if (this.sysAdvancedList.columnsIgnore) { |
|
|
|
console.log(this.dataRule,"dskldsklfj"); |
|
|
|
this.dataRule={} |
|
|
|
this.dataRule = { |
|
|
|
content: [ |
|
|
|
{ required: true, message: "办理情况不能为空", trigger: "blur" }, |
|
|
|
], |
|
|
|
if (this.sysAdvancedList.hotlineSpecialTeamReplyFlag==0) { |
|
|
|
let keysToDelete=['respondent','respondentPhone','verified','solveState'] |
|
|
|
keysToDelete.forEach(key => { |
|
|
|
this.$delete(this.dataRule, key); |
|
|
|
}); |
|
|
|
} |
|
|
|
console.log(this.dataRule,"dskldsklfj"); |
|
|
|
if (this.sysAdvancedList.columnsIgnore) { |
|
|
|
let keysToDelete=['returnVisitor','returnTime','loseContact','putThrough','visitComments','cooperate','satisfaction'] |
|
|
|
keysToDelete.forEach(key => { |
|
|
|
this.$delete(this.dataRule, key); |
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|