修复了在新建患者信息时就诊卡号无法录入的问题,并且修改了前端页面添加中医诊断表单宽度过大的问题。
This commit is contained in:
@@ -1201,6 +1201,7 @@ function submitForm() {
|
||||
form.value.patientIdInfoList = [
|
||||
{
|
||||
typeCode: form.value.typeCode,
|
||||
identifierNo: form.value.identifierNo,
|
||||
},
|
||||
];
|
||||
if (form.value.idCard) {
|
||||
@@ -1235,6 +1236,8 @@ function submitForm() {
|
||||
emits('submit', 'update');
|
||||
});
|
||||
} else {
|
||||
// console.log('患者就诊卡号:', form.value.identifierNo)
|
||||
// console.log('患者就诊信息:', form.value.patientIdInfoList)
|
||||
// 新增患者
|
||||
addPatient(form.value).then((response) => {
|
||||
proxy.$modal.msgSuccess('新增成功');
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<el-dialog
|
||||
title="添加中医诊断"
|
||||
v-model="props.openAddDiagnosisDialog"
|
||||
width="1500px"
|
||||
width="1300px"
|
||||
append-to-body
|
||||
destroy-on-close
|
||||
@open="handleOpen"
|
||||
|
||||
Reference in New Issue
Block a user