|
@@ -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() {
|