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