Browse Source

bug-6177:数据刷新设置显示问题fix

老头Reuan 6 months ago
parent
commit
7e7d67199a
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/views/system_manage/dataRefreshSetting.vue

+ 8 - 8
src/views/system_manage/dataRefreshSetting.vue

@@ -33,7 +33,7 @@
                 
                 <el-input :placeholder="$t('SystemManage.DataRefresh.indicator_name')" prefix-icon="el-icon-search" clearable
                     v-model="selectOption.keyWord" @input="selectOptionChange('keyWord')"
-                    v-if="![34,11].includes(Source)&&Source"></el-input>
+                    ></el-input>
                 
             </div>
             <div class="table-box" v-if="hasSelectOption">
@@ -272,7 +272,7 @@ export default {
     data() {
         return {
             settingTab:'time',
-            Source:3,
+            Source:0,
             SourceList:[],
             SubSource:'',
             SubSourceList:[],
@@ -324,7 +324,7 @@ export default {
             statusSourceList:[],
             statusEdbClassifyList:[],
             searchParams:{
-                Source:3,
+                Source:0,
                 Status:'',
                 Frequency:'',
                 SysUserId:'',
@@ -444,11 +444,11 @@ export default {
             this.isSetTimeDialogShow = true
             if(isDefault){
                 //判断数据源是否选择
-                if(!this.Source){
-                    // this.$message.warning("请选择数据源")
-                    this.$message.warning(this.$t('SystemManage.DataRefresh.select_source_pld'))
-                    return
-                }
+                // if(!this.Source){
+                //     // this.$message.warning("请选择数据源")
+                //     this.$message.warning(this.$t('SystemManage.DataRefresh.select_source_pld'))
+                //     return
+                // }
                 /* if(this.SubSourceList.length&&!this.SubSource){
                     this.$message.warning("$t('SystemManage.DataRefresh.complete_data_source')")
                     return