BUG
This commit is contained in:
@@ -504,7 +504,7 @@ export default {
|
||||
|
||||
syncMembers() {
|
||||
let departId = this.search.departmentId;
|
||||
if (!!departId) departId = 1;
|
||||
if (!departId) departId = 1;
|
||||
this.btnLoading = true
|
||||
|
||||
this.instance.post(`/app/wxcp/wxdepartment/syncDepart`).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user