Explorar o código

Merge branch 'deploy' of http://git.chelingzhu.com/chelingzhu-web/storeCheck-app into deploy

lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
82751315a4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      api/user.js

+ 2 - 2
api/user.js

@@ -138,10 +138,10 @@ export const findUserInfo = params => {
     method: 'get'
   })
 }
-// 获取用户列表
+// 获取抄送用户列表
 export const findUserList = params => {
   return axios.request({
-    url: `dduser/query`,
+    url: `dduser/queryIgnoreCurrent`,
 	data: params,
 	method: 'post'
   })