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) => {