Browse Source

更新单选

release/epdc
fengyu 4 years ago
parent
commit
9211cbd04a
  1. 5
      src/views/modules/events/item-reject-deal-detail-view.vue

5
src/views/modules/events/item-reject-deal-detail-view.vue

@ -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

Loading…
Cancel
Save