@@ -210,7 +210,7 @@
this.isLoading = false;
if (this.person_data) {
- mui.toast('提交成功');
+ mui.toast('提交成功,等待审核中');
//跳转到项目主页上去
window.location.href = '../business/#/master';
} else {
@@ -220,7 +220,7 @@
window.location.href = '../pension/#/master';
@@ -205,7 +205,7 @@