| | |
| | | :preview-src-list="[currentDetails.img1Key]" |
| | | > |
| | | </el-image> |
| | | |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="身份证背面"> |
| | | <el-image |
| | |
| | | userauthByAdmin(values).then((res) => { |
| | | if (res.status == 0) { |
| | | this.bohuidialog = false |
| | | this.$message.success({ content: res.msg, duration: 2 }) |
| | | this.$message.success(res.msg) |
| | | form.resetFields() |
| | | this.getinit() |
| | | } else { |
| | | this.$message.error({ content: res.msg }) |
| | | this.$message.error(res.msg) |
| | | } |
| | | this.bohuidialogloading = false |
| | | }) |
| | |
| | | this.userDialog = false |
| | | this.getinit() |
| | | } else { |
| | | this.$message.error({ content: res.msg }) |
| | | this.$message.error(res.msg) |
| | | } |
| | | this.userDialog = false |
| | | }) |