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

save

parent 7f5135b3
......@@ -212,11 +212,11 @@
},
methods: {
goUrl(path,id, name) {
if(path === 'airplaneInfo') {
this.ID = id
this.dialogVisible = true
return
}
// if(path === 'airplaneInfo') {
// this.ID = id
// this.dialogVisible = true
// return
// }
this.$router.push({
name: path,
query: {
......@@ -227,11 +227,11 @@
});
},
addAirplane() {
this.ID = 0
this.dialogVisible = true
// this.$router.push({
// name: 'airplaneInfo',
// });
// this.ID = 0
// this.dialogVisible = true
this.$router.push({
name: 'airplaneInfo',
});
},
//翻页
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