From 85fd8ec92dc19f1a478f010723fa85ec7ec670a2 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期六, 19 七月 2025 14:47:15 +0800 Subject: [PATCH] 来料检获取附件 --- pages/QC/LLJ/Add.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/QC/LLJ/Add.vue b/pages/QC/LLJ/Add.vue index 68da812..04f0623 100644 --- a/pages/QC/LLJ/Add.vue +++ b/pages/QC/LLJ/Add.vue @@ -1331,7 +1331,7 @@ }); }, downloadAttachment(item) { - const baseUrl = "http://192.168.1.22:10054"; // 濡傛湁闇�瑕佽鏀逛负浣犵殑鍚庣瀹為檯鍦板潃 + const baseUrl = "http://192.168.1.22:10054"; // 鍘婚櫎鎵�鏈夌┖鏍笺�佸叏瑙掔┖鏍笺�佸洖杞︺�佹崲琛� const fileName = item.fattach.replace(/[\s\u3000\r\n]+/g, '').trim(); const url = baseUrl + "/api/Llj/DownloadFtpFile?itemNo=" + encodeURIComponent(item.itemNo) + "&fileName=" + encodeURIComponent(fileName); -- Gitblit v1.9.3