挂载分屏所需
This commit is contained in:
@@ -395,13 +395,9 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
back(params) {
|
back() {
|
||||||
if (!!params) {
|
const {id} = this.$route.query
|
||||||
const {id} = this.$route.query
|
this.$router.push({hash: "#add", params, query: {id}})
|
||||||
this.$router.push({hash: "#add", params, query: {id}})
|
|
||||||
} else {
|
|
||||||
this.$router.back()
|
|
||||||
}
|
|
||||||
this.closePage()
|
this.closePage()
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ export default {
|
|||||||
},
|
},
|
||||||
addMenu(row) {
|
addMenu(row) {
|
||||||
this.dialog = true
|
this.dialog = true
|
||||||
this.form = {parentId: row.id, status: 1}
|
this.form = {parentId: row.id, status: "1"}
|
||||||
this.selected = row
|
this.selected = row
|
||||||
},
|
},
|
||||||
handleEdit(row) {
|
handleEdit(row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user