@@ -200,7 +200,7 @@ export default {
this.toastLoading().clear();
if (res.code == 200) {
this.$toast(res.msg);
- this.onClickLeft();
+ this.$router.replace({ path: '/clew' });
} else {
}
@@ -229,7 +229,7 @@ export default {
+ this.$router.replace({ path: '/assignAwait' });