更新
This commit is contained in:
@@ -1160,6 +1160,8 @@ const open = async (type: string, id?: number) => {
|
||||
} else if (type === 'add') {
|
||||
const userStore = useUserStore()
|
||||
formData.value.assistant_id = userStore.userInfo?.id || ''
|
||||
// 字典 diagnosis_type:复诊 → follow_up(见 server/sql/tcm_diagnosis.sql)
|
||||
formData.value.diagnosis_type = 'follow_up'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user