From ffe2ba6ad947cb042d4774717665378b0def08bc 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:16:52 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/personManage/Person/index.vue b/src/views/personManage/Person/index.vue index 0ad94d8..4d37c54 100644 --- a/src/views/personManage/Person/index.vue +++ b/src/views/personManage/Person/index.vue @@ -63,6 +63,8 @@ import ComTable from '@/components/ComTable/index.vue' 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() @@ -136,7 +138,7 @@ const actionColumns = [ Object.assign(addAndEditForm.value, { inspectionStationId: inspectionStationId + '', name, - phone, + phone:CryptoUtil.decrypt(phone), sex: sex * 1, positionId: positionId + '', personnelNatureId: personnelNatureId + '',