|
|
@ -173,6 +173,8 @@ function iniFmData() { |
|
|
// content: '',//回复内容 |
|
|
// content: '',//回复内容 |
|
|
// status: '',// 处理中:processing;已办结:closed_case |
|
|
// status: '',// 处理中:processing;已办结:closed_case |
|
|
responsibleUnit:"yes", |
|
|
responsibleUnit:"yes", |
|
|
|
|
|
responsibleName:"", |
|
|
|
|
|
responsibleMobile:"", |
|
|
}; |
|
|
}; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -349,11 +351,12 @@ export default { |
|
|
this.obj.level = this.sarr[this.sarr.length - 1].level |
|
|
this.obj.level = this.sarr[this.sarr.length - 1].level |
|
|
}, |
|
|
}, |
|
|
handleDemandTypeChange() { |
|
|
handleDemandTypeChange() { |
|
|
this.$refs.ref_form1.clearValidate(); // 清除所有验证 |
|
|
this.cleanDataRule(); // 清除所有验证 |
|
|
this.formData.demandType = this.formData.demandType; // 重新设置诉求类型 |
|
|
this.formData.demandType = this.formData.demandType; // 重新设置诉求类型 |
|
|
}, |
|
|
}, |
|
|
cleanDataRule(){ |
|
|
cleanDataRule(){ |
|
|
this.$refs.ref_form1.clearValidate(); // 清除所有验证 |
|
|
this.$refs.ref_form1.clearValidate(); // 清除所有验证 |
|
|
|
|
|
this.$refs.ref_form2.clearValidate(); // 清除所有验证 |
|
|
}, |
|
|
}, |
|
|
getLastItem(list, vals, key) { |
|
|
getLastItem(list, vals, key) { |
|
|
let LIST = list || []; |
|
|
let LIST = list || []; |
|
|
|