瀏覽代碼

优化 不涉及功能

guanglong 3 年之前
父節點
當前提交
f63286b460
共有 1 個文件被更改,包括 5 次插入4 次删除
  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: {
     /** 查询用户列表 */