去掉loadind

This commit is contained in:
shijingjing
2023-03-02 14:52:17 +08:00
parent c424f8256a
commit a97aa64a39
3 changed files with 96 additions and 61 deletions

View File

@@ -92,7 +92,6 @@ export default {
},
getDeptUser() {
uni.showLoading({title: '加载中'})
this.selectEnterpriseContact({
fromDepartmentId: 0, // 从最上层开始
mode: "multi", // 多选
@@ -102,7 +101,6 @@ export default {
if(res?.departmentList) {
this.deptListArr = res.departmentList
}
uni.hideLoading()
}).catch((err) => {
this.$u.toast(err)
})