Merge branch 'long-0507'
This commit is contained in:
@@ -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