dengzhiguo 7 years ago
parent
commit
787f1e3bce

+ 1 - 1
js/component/manageCenter/customer/individualCustomer/expertQuery.jsx

@@ -75,7 +75,7 @@ const QueryCustomer = Form.create()(React.createClass({
 			method: "post",
 			dataType: "json",
 			crossDomain: false,
-			url: globalConfig.context + '/api/admin/customer/listAllManagePersonalCustomer',
+			url: globalConfig.context + '/api/admin/customer/listPersonalCustomer',
 			data: {
 				pageNo: pageNo || 1,
 				pageSize: this.state.pagination.pageSize,