银行卡

This commit is contained in:
余同学 2024-12-08 17:19:18 +08:00
parent 05610ee475
commit 97f68780fd
1 changed files with 0 additions and 4 deletions

View File

@ -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;