@@ -777,6 +777,7 @@ const getPsnInsuinfo = () => {
socialNo: patient.value.socialNo,
name: patient.value.name,
admdvs: patient.value.admdvs,
+ psnCertType: patient.value.psnCertType,
needSaving: 1,
}
obtainBasicPersonInfo(param).then((res) => {
@@ -200,7 +200,7 @@ defineExpose({
<el-form-item prop="path">
<template #label>
路径
- <el-tooltip content="如果是在根目录则不需要已 / 开头" placement="top">
+ <el-tooltip content="如果是在根目录则不需要以 / 开头" placement="top">
<el-icon>
<QuestionFilled/>
</el-icon>