debug
This commit is contained in:
@@ -211,6 +211,7 @@ const handleDeleteImage = async (noteId: number, imageType: 'tongue_images' | 'r
|
||||
<style scoped lang="scss">
|
||||
.timeline-actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
margin-bottom: 12px;
|
||||
padding-bottom: 12px;
|
||||
|
||||
@@ -74,9 +74,13 @@ const { pager, getLists, resetPage } = usePaging({
|
||||
|
||||
const buildParams = () => {
|
||||
Object.keys(queryParams).forEach((k) => delete queryParams[k])
|
||||
if (props.diagnosisId > 0) {
|
||||
queryParams.context_diagnosis_id = props.diagnosisId
|
||||
}
|
||||
if (patientIdAvailable.value) {
|
||||
queryParams.patient_id = patientIdNum.value
|
||||
}
|
||||
queryParams.scene = 'diagnosis_edit'
|
||||
}
|
||||
|
||||
const formatAmount = (value: unknown) => {
|
||||
|
||||
Reference in New Issue
Block a user