移动批量按钮和修改bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user