From ad27f5c63493335cf06d4124e86f6e6092733dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Thu, 9 May 2024 02:29:23 +0800 Subject: [PATCH] ui --- src/views/fee-settings/Item.vue | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/views/fee-settings/Item.vue b/src/views/fee-settings/Item.vue index a2ce1db..ff10fe8 100644 --- a/src/views/fee-settings/Item.vue +++ b/src/views/fee-settings/Item.vue @@ -770,7 +770,7 @@ > @@ -1440,7 +1440,7 @@ import { import { unitlist,instrumentlist } from "@/request/systemapi"; import Sortable from "sortablejs"; import { getapi, postapi, putapi, deletapi } from "@/api/api"; -import { deepCopy } from "../../utlis/proFunc"; +import { deepCopy,dddw } from "../../utlis/proFunc"; import ReferenceRange from "../../components/itemSet/ReferenceRange.vue"; import { mapState, mapActions } from "vuex"; export default { @@ -1836,7 +1836,7 @@ export default { ...mapState(["window","dict"]), }, methods: { - + dddw,deepCopy, dictInit(){ // 获取诊断信息 postapi("/api/app/Diagnosis/GetSimpleList").then((res) => { @@ -2531,14 +2531,6 @@ export default { this.expandParents(node.parent); } }, - getChangeDiagnosis(e) { - for (var i = 0; i < this.diagnosisId.length; i++) { - if (this.diagnosisId[i].id == e) { - //dictValue,dictLabel保持和上面定义一致 - return this.diagnosisId[i].displayName; - } - } - }, getChangeResult(e) { for (var i = 0; i < this.resultStatusId.length; i++) { if (this.resultStatusId[i].id == e) {