|
|
|
@ -516,8 +516,9 @@ export default { |
|
|
|
this.isShowDeal = true |
|
|
|
this.showAdvice = false |
|
|
|
this.isWhistle = false |
|
|
|
console.log('进入-----选中第一项') |
|
|
|
this.postDataForm.handleAdviceRadios = this.postDataForm.handleAdviceRadios ==''? '历史遗留暂不具备解决条件的事项':this.postDataForm.handleAdviceRadios; |
|
|
|
console.log('进入-----选中第一项'+this.postDataForm.handleAdvice) |
|
|
|
let notice = this.postDataForm.handleAdvice ==''? '历史遗留暂不具备解决条件的事项':this.postDataForm.handleAdvice; |
|
|
|
this.postDataForm.handleAdviceRadios = notice; |
|
|
|
// this.dataForm.handleAdviceRadios = '您反映的诉求属于不予受理情形中的“ 历史遗留暂不具备解决条件的事项 ”,不属于平台受理范围,感谢您对“北尚诉办”的支持!' |
|
|
|
} else { |
|
|
|
this.isShowDeal = false |
|
|
|
|