|
@@ -374,12 +374,10 @@
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
filterbanText(val) {
|
|
filterbanText(val) {
|
|
- alert(val)
|
|
|
|
console.log(this.$refs)
|
|
console.log(this.$refs)
|
|
this.$refs.banDept.filter(val)
|
|
this.$refs.banDept.filter(val)
|
|
},
|
|
},
|
|
filterchangText(val) {
|
|
filterchangText(val) {
|
|
- alert(val)
|
|
|
|
console.log(this.$refs)
|
|
console.log(this.$refs)
|
|
this.$refs.changDept.filter(val)
|
|
this.$refs.changDept.filter(val)
|
|
}
|
|
}
|
|
@@ -507,10 +505,6 @@
|
|
deptTreeselect().then(response => {
|
|
deptTreeselect().then(response => {
|
|
this.deptOptionsLiandong = response.data
|
|
this.deptOptionsLiandong = response.data
|
|
})
|
|
})
|
|
-
|
|
|
|
-
|
|
|
|
- /** 获取任务列表 */
|
|
|
|
- this.selectTaskList()
|
|
|
|
/** 获取消息个数 */
|
|
/** 获取消息个数 */
|
|
this.selectMessageCount();
|
|
this.selectMessageCount();
|
|
/** 获取消息列表 */
|
|
/** 获取消息列表 */
|