|
|
@@ -449,7 +449,6 @@ export default {
|
|
|
forbidClick: true,
|
|
|
});
|
|
|
that.list = [];
|
|
|
- debugger;
|
|
|
getStoreGroupTask(params).then((res) => {
|
|
|
loading2.clear();
|
|
|
if (res.code == 200) {
|
|
|
@@ -785,7 +784,8 @@ export default {
|
|
|
if (this.$route.query.urltype == 2) {
|
|
|
window.location.replace(window.location.origin + '/mobile/home');
|
|
|
} else {
|
|
|
- window.location.replace(window.location.origin + '/mobile/deviceWithin/index');
|
|
|
+ this.$router.go(-1);
|
|
|
+ // window.location.replace(window.location.origin + '/mobile/deviceWithin/index');
|
|
|
}
|
|
|
} else {
|
|
|
this.$toast({
|