ソースを参照

Merge branch 'master' of https://git.coding.net/aft/AFT-WEB

liting2017 7 年 前
コミット
fb4c8633e5
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      js/component/manageCenter/customer/individualCustomer/expertQuery.jsx

+ 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,