Commit 23518fe5 authored by 沈良进's avatar 沈良进

save

parent 7f5135b3
...@@ -212,11 +212,11 @@ ...@@ -212,11 +212,11 @@
}, },
methods: { methods: {
goUrl(path,id, name) { goUrl(path,id, name) {
if(path === 'airplaneInfo') { // if(path === 'airplaneInfo') {
this.ID = id // this.ID = id
this.dialogVisible = true // this.dialogVisible = true
return // return
} // }
this.$router.push({ this.$router.push({
name: path, name: path,
query: { query: {
...@@ -227,11 +227,11 @@ ...@@ -227,11 +227,11 @@
}); });
}, },
addAirplane() { addAirplane() {
this.ID = 0 // this.ID = 0
this.dialogVisible = true // this.dialogVisible = true
// this.$router.push({ this.$router.push({
// name: 'airplaneInfo', name: 'airplaneInfo',
// }); });
}, },
//翻页 //翻页
handleCurrentChange(val) { handleCurrentChange(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment