|
|
@ -596,7 +596,7 @@ export default { |
|
|
|
this.postDataForm.handleAdvice = '您反映的诉求属于不予受理情形中的“' + val + '”,不属于平台受理范围,感谢您对“北尚诉办”的支持!' |
|
|
|
this.dataForm.handleAdviceRadios = '您反映的诉求属于不予受理情形中的“' + val + '”,不属于平台受理范围,感谢您对“北尚诉办”的支持!' |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
'postDataForm.outHandleAdvice': function (val) { |
|
|
@ -935,14 +935,14 @@ export default { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.postDataForm.handlerDept = res.data.handlerDept |
|
|
|
this.postDataForm.handlerDeptId = res.data.handlerDeptId |
|
|
|
this.getHandleResultDTOS(); |
|
|
|
|
|
|
|
|
|
|
|
this.postDataForm = res.data; |
|
|
|
this.postDataForm.handlerDeptIdRule = res.data.handlerDeptId |
|
|
|
|
|
|
|
|
|
|
|
this.timeloading = false |
|
|
|
this.dataForm = { |
|
|
|
...this.dataForm, |
|
|
@ -951,7 +951,7 @@ export default { |
|
|
|
|
|
|
|
this.dataForm.handlerDeptId = res.data.handlerDeptId |
|
|
|
let imagesList =[]; |
|
|
|
res.data.images.forEach(element => { |
|
|
|
res.data.itemImges.forEach(element => { |
|
|
|
|
|
|
|
imagesList.push({ |
|
|
|
"url": element, |
|
|
|