pet-ct临床数据未上传弹框判断条件更改

uat_us
wangxiaoshuang 2024-04-15 13:47:25 +08:00
parent bf131e09e4
commit 917f95030b
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ export default {
res.Result === "CT、PT" ||
res.Result === "PT、CT";
// let flag = params.study.seriesList.some(item=>item.modality==='PT');
if (flag) {
if (flag && scope.relationInfo.IsHaveStudyClinicalData) {
scope.confirmFlag = true;
}
scope.getStudyInfo();