|
@@ -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(){
|