mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
fix: 修复楼层装修跳转错误
This commit is contained in:
@@ -246,9 +246,7 @@ export default {
|
|||||||
|
|
||||||
// 返回查询数据页面
|
// 返回查询数据页面
|
||||||
goBack() {
|
goBack() {
|
||||||
this.$router.push({
|
this.$router.go(-1);
|
||||||
path: "/wapList",
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 保存
|
// 保存
|
||||||
|
|||||||
@@ -168,9 +168,7 @@ export default {
|
|||||||
|
|
||||||
// 返回查询数据页面
|
// 返回查询数据页面
|
||||||
goback() {
|
goback() {
|
||||||
this.$router.push({
|
this.$router.go(-1);
|
||||||
path: "/wapList",
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 保存
|
// 保存
|
||||||
|
|||||||
Reference in New Issue
Block a user