fix: 修复楼层装修跳转错误
parent
286295393d
commit
118e68b8ac
|
@ -246,9 +246,7 @@ export default {
|
|||
|
||||
// 返回查询数据页面
|
||||
goBack() {
|
||||
this.$router.push({
|
||||
path: "/wapList",
|
||||
});
|
||||
this.$router.go(-1);
|
||||
},
|
||||
|
||||
// 保存
|
||||
|
|
|
@ -168,9 +168,7 @@ export default {
|
|||
|
||||
// 返回查询数据页面
|
||||
goback() {
|
||||
this.$router.push({
|
||||
path: "/wapList",
|
||||
});
|
||||
this.$router.go(-1);
|
||||
},
|
||||
|
||||
// 保存
|
||||
|
|
Loading…
Reference in New Issue