移动批量按钮和修改bug

This commit is contained in:
gyj
2023-12-25 18:16:24 +08:00
parent c14fd42357
commit 733396c21b
8 changed files with 543 additions and 10 deletions
@@ -512,8 +512,8 @@
},
]">
<el-radio-group v-model="itm.responSex">
<el-radio label="1">男</el-radio>
<el-radio label="0">女</el-radio>
<el-radio label="0">男</el-radio>
<el-radio label="1">女</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
@@ -525,7 +525,7 @@
trigger: 'blur',
},
]">
<el-date-picker v-model="itm.responBirth" :picker-options="pickerOptions" type="datetime"
<el-date-picker v-model="itm.responBirth" :picker-options="pickerOptions" type="date"
placeholder="被申请人出生年月日">
</el-date-picker>
</el-form-item>
@@ -848,6 +848,7 @@ export default {
this.applicateArr = [];
this.quiltArr = [];
this.formData = this.form;
console.log(this.form)
this.fileList = [];
if (this.flag == "1" || this.flag == "0") {
this.form2.paymentArr = this.initpaymentArr;