Browse Source

Merge branch 'feature_bug' into dev

feature
mk 1 year ago
parent
commit
941fdd9bda
  1. 2
      src/views/modules/communityService/gxxq/addForm.vue

2
src/views/modules/communityService/gxxq/addForm.vue

@ -431,7 +431,7 @@ export default {
this.newFormData.serviceTimeEnd = data.assignInfo.serviceTimeEnd;
this.newFormData.serverOrgType = data.assignInfo.serverOrgType;
this.newFormData.serverOrgId = data.assignInfo.serverOrgId;
this.newFormData.noticeApproches = data.assignInfo.noticeApproches;
this.newFormData.noticeApproches = data.assignInfo.noticeApproches || [];
for (let i in data.assignInfo.serviceScopeList) {
this.newFormData.serviceScopeList.push(

Loading…
Cancel
Save