|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
showCancelButton: false,
|
|
|
})
|
|
|
.then(() => {
|
|
|
- this.$router.replace({ path: '/assignAwait' });
|
|
|
+ window.location.replace(window.location.origin + '/mobile/assignAwait');
|
|
|
});
|
|
|
}
|
|
|
} else {
|
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
this.toastLoading().clear();
|
|
|
if (res.code == 200) {
|
|
|
this.$toast(res.msg);
|
|
|
- this.$router.replace({ path: '/assignAwait' });
|
|
|
+ window.location.replace(window.location.origin + '/mobile/assignAwait');
|
|
|
} else {
|
|
|
this.$toast(res.msg);
|
|
|
}
|