Explorar el Código

可视化消息列表

彭宇 hace 2 años
padre
commit
02fdd74d79
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/components/vBottomMenu.vue

+ 0 - 2
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)
 			}