From 867a9e5a33edd56d2bd3adee493d7df0753b2100 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Tue, 24 May 2022 15:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E4=BB=A3=E7=A0=81=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archivesConfig/dict/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/archivesConfig/dict/index.vue b/src/views/archivesConfig/dict/index.vue index 199f8fe..6575b8d 100644 --- a/src/views/archivesConfig/dict/index.vue +++ b/src/views/archivesConfig/dict/index.vue @@ -136,11 +136,6 @@ export default { // 将角色的菜单清空,避免日志入库数据过长 form.dictDetails = null }, - // 编辑前将字典明细临时清空,避免日志入库数据过长 - [CRUD.HOOK.beforeToEdit](crud, form) { - // 将角色的菜单清空,避免日志入库数据过长 - form.dictDetails = null - }, updateKeyChildren(data) { const oldDatas = this.$refs.tree.getCurrentNode().childMenus if (oldDatas) {