|
@@ -206,6 +206,7 @@ export default {
|
|
|
};
|
|
|
this.optionsCoopPlatform = platforms;
|
|
|
},
|
|
|
+
|
|
|
methods: {
|
|
|
areaChange() {
|
|
|
if (this.airLine.TargetArea == 3) {
|
|
@@ -217,8 +218,8 @@ export default {
|
|
|
handleChange() {
|
|
|
// this.optionsCoopPlatform = platforms
|
|
|
},
|
|
|
- handleCoopPlatformChange(val, oldVal) {
|
|
|
- this.selectedCoopPlatform = val
|
|
|
+ handleCoopPlatformChange() {
|
|
|
+ console.log('this.selectedCoopPlatform :>> ', this.selectedCoopPlatform);
|
|
|
}
|
|
|
},
|
|
|
};
|