From 9d8b68a0db4be3a810a40b17c67956a3f97c2dd5 Mon Sep 17 00:00:00 2001 From: wyj2080 <1603068044@qq.com> Date: Fri, 24 Apr 2020 13:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E6=8E=A8=E5=B9=BF=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E5=8C=BA=E5=9F=9F=E7=94=A8=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/customer/zeroExtend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/customer/zeroExtend.js b/src/services/customer/zeroExtend.js index a860173..e7038fd 100644 --- a/src/services/customer/zeroExtend.js +++ b/src/services/customer/zeroExtend.js @@ -12,7 +12,7 @@ export function getMainRequest(params, call) { } export function getSelectListRequest(params, call) { - return http.get('/retail/company', params).then(call) + return http.get('/retail/org', params).then(call) }