@@ -340,6 +340,8 @@ export default {
offset:50
});
that.$router.push({ path: "/home/DailyFeePayment"});
+ }else{
+ that.$message.error(res.data.msg);
}
})
},