|
@@ -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
|