Kaynağa Gözat

Merge branch 'master' of http://43.143.235.246:9080/lhb/qv

Haobin Luo 2 yıl önce
ebeveyn
işleme
ae2b7a3fea
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      vue/src/views/taskManagement/index.vue

+ 3 - 2
vue/src/views/taskManagement/index.vue

@@ -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);
     }
   },
 };