Browse Source

事件办理处理中报错docList为空

xiaowang-featrue
mk 10 months ago
parent
commit
520913f981
  1. 3
      src/views/modules/shequzhili/event/cpts/process-form-contact.vue

3
src/views/modules/shequzhili/event/cpts/process-form-contact.vue

@ -169,7 +169,8 @@ export default {
binaryOptionListReverse, binaryOptionListReverse,
nonComplianceType, nonComplianceType,
imgList:[], imgList:[],
audioList:[] audioList:[],
docList:[]
}; };
}, },
components: {}, components: {},

Loading…
Cancel
Save