银行卡
This commit is contained in:
parent
05610ee475
commit
97f68780fd
|
@ -105,7 +105,6 @@
|
|||
<el-form-item label-width="150px" label="省份:" prop="prov">
|
||||
<el-select
|
||||
style="width: 300px"
|
||||
@change="handleChange"
|
||||
v-model="modalData.prov"
|
||||
placeholder="请选择"
|
||||
>
|
||||
|
@ -684,9 +683,6 @@ export default {
|
|||
};
|
||||
},
|
||||
init(row) {},
|
||||
handleChange(e) {
|
||||
this.modalData.prov = e.join("-");
|
||||
},
|
||||
handleAvatarSuccess(res) {
|
||||
console.log(res);
|
||||
this.modalData.licensePicture = res.data;
|
||||
|
|
Loading…
Reference in New Issue