清楚console
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user