diff --git a/src/views/ECG/ECGForm.vue b/src/views/ECG/ECGForm.vue index 8c5a90e9..d4d47a9b 100644 --- a/src/views/ECG/ECGForm.vue +++ b/src/views/ECG/ECGForm.vue @@ -802,8 +802,8 @@ const open = async (row: any) => { //审核功能 async function process() { let data = Object.assign({},processImageApi.paramsList[0]) - data.imagePath = "F:\\陕西省咸阳市礼泉县心电图FTP\\ecgimage\\北屯中心卫生院\\K021180213001N0003_20250418161404.jpg" - // data.imagePath = queryParams.value.ecgJsonDataFilePath + // data.imagePath = "F:\\陕西省咸阳市礼泉县心电图FTP\\ecgimage\\北屯中心卫生院\\K021180213001N0003_20250418161404.jpg" + data.imagePath = queryParams.value.ecgJsonDataFilePath // data.imagePath = "https://zzxmc.gw12320.com/ecgimage/%E5%8C%97%E5%B1%AF%E4%B8%AD%E5%BF%83%E5%8D%AB%E7%94%9F%E9%99%A2/K021180213001N0003_20250418162136.jpg" data.examId = rowinfo.value.examId data.orgId = rowinfo.value.orgId