diff --git a/src/apps/AppMessageNotification/AppMessageNotification.vue b/src/apps/AppMessageNotification/AppMessageNotification.vue index 5a73384c..4a3fae5d 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -150,14 +150,12 @@ export default { let result = {}, tags = {} this.deptUserTagList.map(e => { let {kind, id, tagIdList} = e - console.log([result[e.corpId], {kind, id}].flat()) result[e.corpId] = [result[e.corpId], {kind, id}].flat() tagIdList = tagIdList.filter(e => !!e) if (tagIdList) { tags[e.corpId] = [...new Set([tags[e.corpId], tagIdList].flat())] } }) - console.log(result, tags) var deptList = Object.keys(result).map(corpId => { let res if (result[corpId]) { @@ -173,7 +171,6 @@ export default { return res }).filter(e => !!e) - console.log(deptList) this.formData.fileList = [] var contentFile = {