保安服务单位许可和备案申请系统
tangzy
2021-08-19 df5ebf9aabf9de4ccdc9c5d02873c562813dc59f
许可备案系统
1 files modified
5 ■■■■ changed files
src/api/system/user.js 5 ●●●● patch | view | raw | blame | history
src/api/system/user.js
@@ -119,16 +119,13 @@
  })
}
export const zc = (deptname,username, password, sname, phone) => {
export const zc = (username, password) => {
  return request({
    url: '/api/blade-user/zc',
    method: 'get',
    params: {
      deptname,
      username,
      password,
      sname,
      phone,
    }
  })
}