admin/src/views/client/components/OperaYwCustomerWindow.vue
@@ -212,18 +212,18 @@ // 编辑 this.$nextTick(() => { if (title == '编辑客户') { this.getClient() this.getClient(target.id) detailById(target.id).then(res => { this.form = res }) } }) }, getClient() { getClient(customerId) { fetchList({ capacity: 9999, page: 1, model: {} model: {customerId} }).then(res => { this.clientList = res.records })