This commit is contained in:
刘仕伟
2022-02-23 13:12:30 +00:00
parent 9fa78fa280
commit 9fa1d90c15

View File

@@ -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 => {