diff --git a/src/views/customer/AddCustomer.vue b/src/views/customer/AddCustomer.vue index 4179284..2e72ea0 100644 --- a/src/views/customer/AddCustomer.vue +++ b/src/views/customer/AddCustomer.vue @@ -405,7 +405,7 @@ export default { name: customer.name, position: customer.position, } - this.contractInformations = res.result.contractInformations + this.contractInformations = res.result.contractInformations.filter(e => e.contractNumber || e.contractName); // 必须有合同编号或者名称,否则不展示 this.coursePermissionss = res.result.coursePermissionss this.dataPermissionss = res.result.dataPermissionss this.getCityData() diff --git a/src/views/order/AddOrder.vue b/src/views/order/AddOrder.vue index 8029362..e56d296 100644 --- a/src/views/order/AddOrder.vue +++ b/src/views/order/AddOrder.vue @@ -113,9 +113,9 @@ - + - + - + - + - + - + - + - + - +