fetch(modify):修改账号列表中的分配角色弹窗
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m33s

This commit is contained in:
sexygoat
2026-02-09 10:22:23 +08:00
parent b94c043a56
commit e8700c2585
5 changed files with 602 additions and 61 deletions

View File

@@ -28,7 +28,7 @@
:currentPage="pagination.page"
:pageSize="pagination.pageSize"
:total="pagination.total"
:marginTop="10"
:marginTop="10"v
height="60vh"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
@@ -43,7 +43,7 @@
</template>
<script setup lang="ts">
import { h, computed } from 'vue'
import { h, computed, ref, reactive, onMounted } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { ElMessage, ElTag, ElIcon, ElButton, ElCard } from 'element-plus'
import { ArrowLeft } from '@element-plus/icons-vue'