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