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 + '',