| | |
| | | |
| | | // 调用接口获取所有车间列表 |
| | | getAllDepartmentsListByApi() { |
| | | this.allTreeKeys = [] |
| | | this.allTreeKeys = this.allDepartmentsList = [] |
| | | this.$nextTick(() => { |
| | | this.$refs.departPermissionTransferRef.targetKeys = this.$refs.departPermissionTransferRef.dataSource = [] |
| | | this.$refs.departPermissionTransferRef.spinning = true |
| | | }) |
| | | dncApi.getAllDepartmentsListApi() |
| | | .then(res => { |
| | | if (res.success) { |
| | |
| | | |
| | | // 调用接口获取所有用户列表 |
| | | getAllUsersListByApi() { |
| | | this.$nextTick(() => { |
| | | this.allUsersList = [] |
| | | this.$refs.userPermissionTransferRef.spinning = true |
| | | }) |
| | | dncApi.getAllUsersListApi() |
| | | .then(res => { |
| | | if (res.success) { |