From fe2d4623b7ad5ce6e9706125e1f33581ea8b03f0 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期二, 20 八月 2024 18:35:59 +0800 Subject: [PATCH] 历史记录添加滚动分页 --- src/views/authority/users/index.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/views/authority/users/index.vue b/src/views/authority/users/index.vue index b62cead..d6110cc 100644 --- a/src/views/authority/users/index.vue +++ b/src/views/authority/users/index.vue @@ -195,7 +195,6 @@ title: 'deptName', children: 'children', }" - :check-strictly="checkStrictly" > </a-tree> </a-card> @@ -238,7 +237,6 @@ <a-tag v-for="(tag, index) of checkStrictlyMenu" :key="tag.menuId" - @close="handleMenuRemove(tag)" > {{ tag.menuName }} </a-tag> @@ -249,7 +247,6 @@ <a-tag v-for="(tag, index) of checkStrictlyKnowledge" :key="tag.knowledgeId" - @close="handleKnowledgeRemove(tag)" > {{ tag.knowledgeName }} </a-tag> @@ -260,14 +257,12 @@ <a-tag v-for="(tag, index) of checkStrictlyDialog" :key="tag.dialogId" - @close="handleDialogRemove(tag)" > {{ tag.dialogName }} </a-tag> <a-tag v-for="(tag, index) of checkStrictlyAgent" :key="tag.agentId" - @close="handleDialogRemove(tag)" > {{ tag.agentName }} </a-tag> -- Gitblit v1.8.0