admin/src/views/business/internalMember.vue
@@ -191,15 +191,17 @@ getfindCompanyTreePage () { fetchList(1) .then(res => { if (res && res.length > 0) { res[0].fsStatus = 1 this.companyTree = res // this.searchForm.erpOrgId = res[0].erpId this.search() } }) }, // 同步信息 async synchronous () { this.$dialog.actionConfirm('操作确认提醒', '您确认同步全部信息吗?') this.$dialog.actionConfirm('该操作降触发全员信息更新和重新下发!请谨慎操作', '您确认全量同步内部人员信息吗?') .then(() => { this.loading = true memberSync({})