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