Commit 91be6acf by 叶富雄

pushToTab

parent 11957b98
...@@ -119,10 +119,10 @@ export default { ...@@ -119,10 +119,10 @@ export default {
}); });
}, },
add() { add() {
this.$router.push({ path: "/hmdrylistAdd" }); this.$router.pushToTab({ path: "/hmdrylistAdd" });
}, },
edit(scope) { edit(scope) {
this.$router.push({ this.$router.pushToTab({
path: "/hmdrylistAdd", path: "/hmdrylistAdd",
query: { asjxgrybh: scope.row.asjxgrybh }, query: { asjxgrybh: scope.row.asjxgrybh },
}); });
......
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