diff --git a/src/components/customerOrg/customerOrgEdit.vue b/src/components/customerOrg/customerOrgEdit.vue index 60b305a..c3cd07e 100644 --- a/src/components/customerOrg/customerOrgEdit.vue +++ b/src/components/customerOrg/customerOrgEdit.vue @@ -167,18 +167,18 @@ export default { customerOrgType: [], //单位类别 }, pojo: { - displayName: "string", - shortName: "string", - invoiceName: "string", + displayName: "", + shortName: "", + invoiceName: "", parentId: null, - telephone: "string", - fax: "string", - postalCode: "string", - address: "string", - bank: "string", - accounts: "string", + telephone: "", + fax: "", + postalCode: "", + address: "", + bank: "", + accounts: "", orgTypeId: null, - remark: "string", + remark: "", isLock: "N", isActive: "Y", organizationUnitId: null,