BUG
This commit is contained in:
@@ -212,7 +212,7 @@ export default {
|
||||
...this.formData,
|
||||
areaId: this.areaIdList.join(','),
|
||||
deptList: deptList,
|
||||
messageSource: this.sendType == 1 ? '1' : '2'
|
||||
messageSource: this.sendType == '1' ? '1' : '2'
|
||||
}
|
||||
this.$http.post("/app/pushmessage/addOrUpdate", params).then(res => {
|
||||
if (res?.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user