Browse Source

优化 不涉及功能

guanglong 3 năm trước cách đây
mục cha
commit
f63286b460
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      src/views/business/channel/index.vue

+ 5 - 4
src/views/business/channel/index.vue

@@ -288,15 +288,16 @@ export default {
   },
   watch: {
     // 根据渠道名称筛选渠道树
-    channelName(val) {
-      this.$refs.tree.filter(val);
-    }
+    //channelName(val) {
+      // this.$refs.tree.filter(val);
+    //}
   },
   mounted() {
      this.getProvinceList()
+
   },
   created() {
-    this.getList();
+     this.getList();
   },
   methods: {
     /** 查询用户列表 */