Commit f6c4bc65 authored by yyh's avatar yyh

去除mock数据

parent 121152e1
...@@ -127,12 +127,12 @@ export default class Enterprise extends Vue { ...@@ -127,12 +127,12 @@ export default class Enterprise extends Vue {
private AuthStatus: any = AuthStatus; private AuthStatus: any = AuthStatus;
private basicInfo: any = { private basicInfo: any = {
name: '', name: '',
uscd: '123456789012345678', uscd: '', //123456789012345678
corporations_name: '', corporations_name: '',
}; };
private bankInfo: any = { private bankInfo: any = {
tp_name: '', tp_name: '',
bank_card: '123456789', bank_card: '', //123456789
bank_name: '', bank_name: '',
city: '', city: '',
sub_branch: '', sub_branch: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment