lyh
2025-04-17 a95bec239fd7599b4c8766eff35c3d96e813cb25
src/views/dnc/base/modules/DeviceStructure/Permission/AssignPermissionModal.vue
@@ -69,7 +69,7 @@
        dncApi.getAllUsersListApi()
          .then(res => {
            if (res.success) {
              this.allUsersList = res.result.records
              this.allUsersList = res.result
              this.$nextTick(() => this.$refs.userPermissionTransferRef.getHasPermissionUserByApi())
            }
          })