From cdd330a0f2f8b5f93eea74a25188c81cf342b3e5 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 30 Jun 2022 19:17:27 +0800 Subject: [PATCH] 30444 --- src/project/sanjianxi/AppApplyPoint/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/sanjianxi/AppApplyPoint/add.vue b/src/project/sanjianxi/AppApplyPoint/add.vue index 6a37437..e7d0646 100644 --- a/src/project/sanjianxi/AppApplyPoint/add.vue +++ b/src/project/sanjianxi/AppApplyPoint/add.vue @@ -58,7 +58,7 @@ export default { methods: { confirmAdd() { if(!this.description) { - this.$u.toast('请输入申请描述') + return this.$u.toast('请输入申请描述') } var params = { integralRuleId: this.integralRuleId,