Selaa lähdekoodia

可视化消息列表

彭宇 2 vuotta sitten
vanhempi
commit
a2822f71cb
2 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. 0 1
      src/components/TVWall.vue
  2. 0 6
      src/components/vBottomMenu.vue

+ 0 - 1
src/components/TVWall.vue

@@ -368,7 +368,6 @@ export default {
     },
 
     create(tvListJson) { // 调用创建控件接口
-      debugger
       let _this = this
       const params = [
         {

+ 0 - 6
src/components/vBottomMenu.vue

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