Merge branch 'dev'
Showing
1 changed file
with
1 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-17 16:16:41 | 4 | * @LastEditTime: 2023-10-26 15:54:17 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px"> | 7 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px"> |
... | @@ -235,7 +235,6 @@ | ... | @@ -235,7 +235,6 @@ |
235 | } | 235 | } |
236 | }) | 236 | }) |
237 | } else { | 237 | } else { |
238 | this.$message.error("请填写领取人信息!") | ||
239 | return false; | 238 | return false; |
240 | } | 239 | } |
241 | }) | 240 | }) | ... | ... |
-
Please register or sign in to post a comment