fix: 修复楼层装修跳转错误
parent
286295393d
commit
118e68b8ac
|
@ -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",
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 保存
|
// 保存
|
||||||
|
|
Loading…
Reference in New Issue