浏览代码

默认刷新时间和筛选去掉subSource的限制

cxmo 1 年之前
父节点
当前提交
7ba3cf0408
共有 1 个文件被更改,包括 4 次插入6 次删除
  1. 4 6
      src/views/system_manage/dataRefreshSetting.vue

+ 4 - 6
src/views/system_manage/dataRefreshSetting.vue

@@ -250,10 +250,10 @@ export default {
                     this.$message.warning("请选择数据源")
                     return
                 }
-                if(this.SubSourceList.length&&!this.SubSource){
+                /* if(this.SubSourceList.length&&!this.SubSource){
                     this.$message.warning("请选择完整数据源")
                     return
-                }
+                } */
                 //SMM不带频度
                 if(this.Source===11){
                     this.defaultFrequency=''
@@ -346,10 +346,8 @@ export default {
             }
         },
         handleSubSourceChange(){
-            if(this.SubSource){
-                this.getSelectOption()
-                this.getTableData('optionChange')
-            }
+            this.getSelectOption()
+            this.getTableData('optionChange')
         },
         //获取终端编码列表
         async getTerminalCodeList(){