diff --git a/src/components/CompanyForm/index.vue b/src/components/CompanyForm/index.vue index 6d21199..95169f4 100644 --- a/src/components/CompanyForm/index.vue +++ b/src/components/CompanyForm/index.vue @@ -78,7 +78,7 @@ - + {{ v.fullName }} @@ -122,7 +122,8 @@ export default { qualificationCertificate: [], otherInfo: undefined, contactUser: undefined, - contactPhone: undefined + contactPhone: undefined, + areaId: undefined, }, rules: { companyName: [ diff --git a/src/views/baseCaseHandling/Form.vue b/src/views/baseCaseHandling/Form.vue index 481eec9..433db27 100644 --- a/src/views/baseCaseHandling/Form.vue +++ b/src/views/baseCaseHandling/Form.vue @@ -45,11 +45,14 @@
- + + + @@ -213,7 +215,7 @@ export default { }, listQuery: { currentPage: 1, - pageSize: 10, + pageSize: 20, sort: "desc", sidx: "", },