From bae16b5e7ea8afb3e5f371da167e09a6b88ff7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Mon, 29 Dec 2025 13:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/personManage/Person/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/personManage/Person/index.vue b/src/views/personManage/Person/index.vue index 4d37c54..e2c115d 100644 --- a/src/views/personManage/Person/index.vue +++ b/src/views/personManage/Person/index.vue @@ -64,7 +64,6 @@ import ComButton from '@/components/ComButton/index.vue' import ComDialog from '@/components/ComDialog/index.vue' import AddAndEditForm from './addAndEditForm.vue' import CryptoUtil from "../../../api/crypto.js"; -import {decrypt} from "../../../utils/jsencrypt.js"; const { tableColumns, dialogConfig, buildFormColumns } = config const { proxy } = getCurrentInstance()