diff --git a/src/views/business/agentVerification/index.vue b/src/views/business/agentVerification/index.vue index ae6ab2e..cc32f67 100644 --- a/src/views/business/agentVerification/index.vue +++ b/src/views/business/agentVerification/index.vue @@ -409,8 +409,12 @@ export default { }, /** 新增按钮操作 */ handleAdd(row) { + this.reset() if (row.id != null){ this.form = row; + this.form.idCardFrontImagePath = null; + this.form.idCardBackImagePath = null; + this.form.userWithIdCardImagePath = null; this.open = true; this.title = this.$t('business.agent.agentVerification.authenticateTitle'); }else { diff --git a/src/views/business/merchantVerification/index.vue b/src/views/business/merchantVerification/index.vue index 120803d..187faef 100644 --- a/src/views/business/merchantVerification/index.vue +++ b/src/views/business/merchantVerification/index.vue @@ -110,7 +110,7 @@ - + 只能上传JPG/PNG文件,且不超过5M - + 只能上传JPG/PNG文件,且不超过5M - +