|
@@ -1170,6 +1170,7 @@ export default {
|
|
|
valid({ storeId: that.list.storeId }).then((res) => {
|
|
valid({ storeId: that.list.storeId }).then((res) => {
|
|
|
loading1.clear();
|
|
loading1.clear();
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
|
|
+ this.getDetail();
|
|
|
that.$router.go(-1);
|
|
that.$router.go(-1);
|
|
|
// window.location.replace(window.location.origin + "/mobile/storeAddress");
|
|
// window.location.replace(window.location.origin + "/mobile/storeAddress");
|
|
|
}
|
|
}
|
|
@@ -1555,6 +1556,7 @@ export default {
|
|
|
this.toastLoading().clear();
|
|
this.toastLoading().clear();
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
this.$toast.success('提交成功');
|
|
this.$toast.success('提交成功');
|
|
|
|
|
+ this.getDetail();
|
|
|
this.$router.go(-1);
|
|
this.$router.go(-1);
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|