This commit is contained in:
liuye
2022-06-30 19:17:27 +08:00
parent 76b673a803
commit cdd330a0f2

View File

@@ -58,7 +58,7 @@ export default {
methods: {
confirmAdd() {
if(!this.description) {
this.$u.toast('请输入申请描述')
return this.$u.toast('请输入申请描述')
}
var params = {
integralRuleId: this.integralRuleId,