|
@@ -148,7 +148,7 @@
|
|
|
<el-col :span="16">
|
|
|
<el-form-item label="银行账户" prop="bankAccount" style="width: 50%">
|
|
|
<el-input
|
|
|
- v-model="form.unitAddress"
|
|
|
+ v-model="form.bankAccount"
|
|
|
placeholder="请输入银行账户"
|
|
|
maxlength="20"
|
|
|
show-word-limit
|
|
@@ -313,7 +313,9 @@ export default {
|
|
|
this.changeComponents("entry-information");
|
|
|
this.previous();
|
|
|
},
|
|
|
- submitAll() {},
|
|
|
+ submitAll() {
|
|
|
+ console.log(this.form);
|
|
|
+ },
|
|
|
},
|
|
|
};
|
|
|
</script>
|