style:发证信息
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"> |
| ... | @@ -234,7 +234,6 @@ | ... | @@ -234,7 +234,6 @@ |
| 234 | } | 234 | } |
| 235 | }) | 235 | }) |
| 236 | } else { | 236 | } else { |
| 237 | this.$message.error("请填写领取人信息!") | ||
| 238 | return false; | 237 | return false; |
| 239 | } | 238 | } |
| 240 | }) | 239 | }) | ... | ... |
-
Please register or sign in to post a comment