Browse Source

推送消息接口加两个参数

feature
mk 1 year ago
parent
commit
6d5f86db77
  1. 4
      src/views/modules/communityService/fuwuzhaoren/personList.vue
  2. 4
      src/views/modules/communityService/policy/personList.vue

4
src/views/modules/communityService/fuwuzhaoren/personList.vue

@ -451,7 +451,9 @@ sendFindPeopleMsg(){
categoryCode: this.selfObj.categoryCode,
resiList: this.selectedPersonListIds,
serviceTimeStart: this.selfObj.serviceTimeStart,
serviceTimeEnd: this.selfObj.serviceTimeEnd
serviceTimeEnd: this.selfObj.serviceTimeEnd,
serviceRecordId:this.selfObj.serviceRecordId,
serviceName:this.selfObj.serviceName
}
this.$http
.post("/actual/base/communityPublicity/sendFindPeopleMsg",parm)

4
src/views/modules/communityService/policy/personList.vue

@ -458,7 +458,9 @@ export default {
categoryCode: this.selfObj.categoryCode,
resiList: this.selectedPersonListIds,
serviceTimeStart: this.selfObj.serviceTimeStart,
serviceTimeEnd: this.selfObj.serviceTimeEnd
serviceTimeEnd: this.selfObj.serviceTimeEnd,
serviceRecordId:this.selfObj.id,
serviceName:this.selfObj.title
}
this.$http
.post("/actual/base/communityPublicity/sendFindPeopleMsg",parm)

Loading…
Cancel
Save