Explorar el Código

故障诊断(执行模型)更改

Rmengdi hace 1 año
padre
commit
6a17f8a4c8

+ 0 - 12
PHM-web/src/views/manage/sortie/index.vue

@@ -283,12 +283,6 @@ export default {
     // 跳转到选择参数
     playBack(row) {
       const sortieNumber = row.sortieNumber
-      // this.$router.push(
-      //   '/manage/integratedDataManage/sortie/dataPlayback/' + sortieNumber
-      // )
-      // this.$router.push(
-      //   '/manage/integratedDataManage/sortie/selectParameters/' + sortieNumber
-      // )
       this.$router.push({
         name: 'selectParameters',
         params: {
@@ -353,12 +347,6 @@ export default {
       })
     },
     submitFileForm() {
-      // this.$refs["uploadForm"].validate(valid => {
-      //   if (!valid) {
-      //     return;
-      //   }
-      //   this.$refs.upload.submit();
-      // })
       this.$refs.upload.submit()
     },
     uploadClose() {

+ 0 - 1
PHM-web/src/views/manage/sortie/sortieDetail.vue

@@ -36,7 +36,6 @@ export default {
     init(){
       this.sortieId=this.$route.params.id
       getSortie(this.sortieId).then(response => {
-        // console.log("response",sortieDetail);
         this.sortieDetail=response.data
       })
     },