瀏覽代碼

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

Haobin Luo 2 年之前
父節點
當前提交
ae2b7a3fea
共有 1 個文件被更改,包括 3 次插入2 次删除
  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);
     }
   },
 };