代码格式调整 up by dh

This commit is contained in:
duhe
2025-03-28 13:53:39 +08:00
parent f81a553c21
commit e6ded12047
8 changed files with 29 additions and 76 deletions

View File

@@ -354,7 +354,7 @@
</div>
</template>
<script setup name="DiagnosisTreatment">
<script setup name="DiagnosisTreatment">
import {
getDiagnosisTreatmentList,
stopDiseaseTreatment,
@@ -414,7 +414,7 @@ function getDiseaseTreatmentList() {
getDiseaseTreatmentInit().then((response) => {
console.log(response, "response器材目录分类查询下拉树结构");
diseaseTreatmentCategoryList.value =
response.data.diseaseTreatmentCategoryList;
response.data.diseaseTreatmentCategoryList.sort((a, b) => { return parseInt(a.value) - parseInt(b.value) });
statusFlagOptions.value = response.data.statusFlagOptions;
exeOrganizations.value = response.data.exeOrganizations;
typeEnumOptions.value = response.data.typeEnumOptions;