@@ -292,6 +292,12 @@ export default{
if(res.data.info.status == 0){//待审核
this.getjindu = 2;
this.showG = true;
+ this.$notify({
+ title: '提示',
+ message: '您的申请正在审核中!',
+ type: 'warning',
+ duration:'2000'
+ });
}else if(res.data.info.status == 1){//以通过
this.getjindu = 3;