|
@@ -437,7 +437,6 @@ export default {
|
|
|
});
|
|
|
this.simpleQueryItem = simpleQueryItem
|
|
|
}
|
|
|
- console.log(simpleQueryItem)
|
|
|
},
|
|
|
//简易查询-确定
|
|
|
queryValue (dataRules) {
|
|
@@ -455,7 +454,6 @@ export default {
|
|
|
this.queryChartsData(params)
|
|
|
},
|
|
|
changeSelect(data){
|
|
|
- console.log(data)
|
|
|
if (data == '航线') {
|
|
|
this.simpleQueryItem.forEach((element,index) => {
|
|
|
if (element.pagename === '航线选择') {
|