From 8ebde138accad45b087e77c284c798d98c077af1 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:43:06 +0800 Subject: [PATCH] ui --- src/views/fee-settings/Item.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/fee-settings/Item.vue b/src/views/fee-settings/Item.vue index 7ffc446..899cf4b 100644 --- a/src/views/fee-settings/Item.vue +++ b/src/views/fee-settings/Item.vue @@ -1847,6 +1847,11 @@ export default { this.editdigoisceDiagnosisId = res.data; } }); + getapi("/api/app/result-status").then((res) => { + if (res.code != -1) { + this.resultStatusId = res.data; + } + }); }, //启用诊断函数 @@ -2417,11 +2422,6 @@ export default { } } ); - getapi("/api/app/result-status").then((res) => { - if (res.code != -1) { - this.resultStatusId = res.data; - } - }); // // 获取项目类别 // getapi("/api/app/item-type/by-code-all").then((res) => {