zhangherong
2025-05-14 ef3408f9a474c7e64016fbe0d0b7f6de0d2c99dd
src/views/dnc/base/modules/ProductStructure/Permission/AssignPermissionModal.vue
@@ -116,7 +116,7 @@
      dncApi.getAllUsersListApi()
        .then(res => {
          if (res.success) {
            this.allUsersList = res.result.records
            this.allUsersList = res.result
            this.$nextTick(() => this.$refs.userPermissionTransferRef.getHasPermissionUserByApi())
          }
        })