@@ -368,7 +368,6 @@ export default {
},
create(tvListJson) { // 调用创建控件接口
- debugger
let _this = this
const params = [
{
@@ -374,12 +374,10 @@
watch: {
filterbanText(val) {
- alert(val)
console.log(this.$refs)
this.$refs.banDept.filter(val)
filterchangText(val) {
this.$refs.changDept.filter(val)
}
@@ -507,10 +505,6 @@
deptTreeselect().then(response => {
this.deptOptionsLiandong = response.data
})
-
- /** 获取任务列表 */
- this.selectTaskList()
/** 获取消息个数 */
this.selectMessageCount();
/** 获取消息列表 */