|
@ -590,8 +590,11 @@ export default { |
|
|
this.dataForm.handleAdvice = val |
|
|
this.dataForm.handleAdvice = val |
|
|
}, |
|
|
}, |
|
|
'postDataForm.handleAdviceRadios': function (val) { |
|
|
'postDataForm.handleAdviceRadios': function (val) { |
|
|
this.postDataForm.handleAdvice = '您反映的诉求属于不予受理情形中的“' + val + '”,不属于平台受理范围,感谢您对“北尚诉办”的支持!' |
|
|
if(val){ |
|
|
this.dataForm.handleAdviceRadios = '您反映的诉求属于不予受理情形中的“' + val + '”,不属于平台受理范围,感谢您对“北尚诉办”的支持!' |
|
|
this.postDataForm.handleAdvice = '您反映的诉求属于不予受理情形中的“' + val + '”,不属于平台受理范围,感谢您对“北尚诉办”的支持!' |
|
|
|
|
|
this.dataForm.handleAdviceRadios = '您反映的诉求属于不予受理情形中的“' + val + '”,不属于平台受理范围,感谢您对“北尚诉办”的支持!' |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
'postDataForm.outHandleAdvice': function (val) { |
|
|
'postDataForm.outHandleAdvice': function (val) { |
|
@ -927,14 +930,24 @@ export default { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|
return this.$message.error(res.msg) |
|
|
return this.$message.error(res.msg) |
|
|
} |
|
|
} |
|
|
this.postDataForm = res.data; |
|
|
|
|
|
|
|
|
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.postDataForm.handlerDeptIdRule = res.data.handlerDeptId |
|
|
this.dataForm = res.data; |
|
|
|
|
|
this.timeloading = false |
|
|
this.timeloading = false |
|
|
this.dataForm = { |
|
|
this.dataForm = { |
|
|
...this.dataForm, |
|
|
...this.dataForm, |
|
|
...res.data |
|
|
...res.data |
|
|
} |
|
|
} |
|
|
|
|
|
let imagesList =[]; |
|
|
|
|
|
res.data.images.forEach(element => { |
|
|
|
|
|
imagesList.push({name:"",url:element}) |
|
|
|
|
|
}); |
|
|
|
|
|
console.log(imagesList) |
|
|
|
|
|
this.postDataForm.handleImagesPC = imagesList |
|
|
this.dataForm.handleProgressResultDTOS.forEach((item, index, arr) => { |
|
|
this.dataForm.handleProgressResultDTOS.forEach((item, index, arr) => { |
|
|
// if (index === arr.length - 1) { |
|
|
// if (index === arr.length - 1) { |
|
|
// item.type = 'issue-project' |
|
|
// item.type = 'issue-project' |
|
|