Commit 12483eb2 authored by 黄奎's avatar 黄奎

页面修改

parent dba236bb
......@@ -480,7 +480,6 @@
})
})
}
console.log('2323')
this.$emit('success', this.addMsg, list)
}
},
......@@ -561,10 +560,8 @@
}
}
if (flag) {
console.log('发生冲突')
return false;
}else{
console.log('没有冲突')
return true;
}
......
......@@ -132,7 +132,6 @@
if (res.Code == 1) {
this.memberList = res.Data
let _this = this;
console.log(_arr)
_this.$refs.treeUser.setCheckedKeys(_arr);
}
}).catch(() => {
......
......@@ -277,7 +277,6 @@
watch:{
welcomeList(newValue, oldValue){
this.addMsg= newValue
console.log(newValue,oldValue)
}
},
methods: {
......
......@@ -288,7 +288,7 @@
return
}
if (x.Sort == '') {
console.log(x.Sort)
issort = true;
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment