申请人案件录入回显清除问题 #53

Merged
hhlxayunmei merged 1 commits from hhl into dev 2023-09-30 07:44:01 +00:00
@@ -117,6 +117,7 @@
<el-upload
class="upload-demo"
ref="fileupload"
accept=".png,.jpg,.doc,.docx,.txt,.pdf"
:action="UploadUrl()"
:on-success="handlSuccess"
:on-remove="handleRemove"
@@ -131,7 +132,7 @@
>
<el-button size="small" type="primary">点击上传</el-button>
<div slot="tip" class="el-upload__tip">
文件支持上传jpg/png、.doc/docx、pdf文件
文件支持上传.jpg,png,.doc,docx,.txt,.pdf文件
</div>
</el-upload>
</el-form-item>
@@ -791,6 +792,7 @@ export default {
this.applicateArr = [];
this.quiltArr = [];
this.formData = this.form;
this.fileList = [];
if (this.flag == "1" || this.flag == "0") {
this.form2.paymentArr = this.initpaymentArr;
this.form3.paymentArr1 = this.initpaymentArr1;