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

页面修改

parent dba236bb
...@@ -480,7 +480,6 @@ ...@@ -480,7 +480,6 @@
}) })
}) })
} }
console.log('2323')
this.$emit('success', this.addMsg, list) this.$emit('success', this.addMsg, list)
} }
}, },
...@@ -561,10 +560,8 @@ ...@@ -561,10 +560,8 @@
} }
} }
if (flag) { if (flag) {
console.log('发生冲突')
return false; return false;
}else{ }else{
console.log('没有冲突')
return true; return true;
} }
......
...@@ -132,7 +132,6 @@ ...@@ -132,7 +132,6 @@
if (res.Code == 1) { if (res.Code == 1) {
this.memberList = res.Data this.memberList = res.Data
let _this = this; let _this = this;
console.log(_arr)
_this.$refs.treeUser.setCheckedKeys(_arr); _this.$refs.treeUser.setCheckedKeys(_arr);
} }
}).catch(() => { }).catch(() => {
......
...@@ -277,7 +277,6 @@ ...@@ -277,7 +277,6 @@
watch:{ watch:{
welcomeList(newValue, oldValue){ welcomeList(newValue, oldValue){
this.addMsg= newValue this.addMsg= newValue
console.log(newValue,oldValue)
} }
}, },
methods: { methods: {
......
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
return return
} }
if (x.Sort == '') { if (x.Sort == '') {
console.log(x.Sort)
issort = true; issort = true;
return 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