diff --git a/src/api/system/user.js b/src/api/system/user.js index f2f76ef..5a65a72 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -133,3 +133,10 @@ export function deptTreeSelect() { method: 'get' }) } +//解绑 +export function unbinding(userId) { + return request({ + url: '/system/user/unbinding?userId=' + userId, + method: 'get' + }) +} \ No newline at end of file diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index c7f6b0a..7ecec3d 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -41,7 +41,6 @@