From 54d5ec8ed84113f7d928c4b6e86bc9d640bffc71 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 31 十月 2023 18:06:20 +0800
Subject: [PATCH] 	modified:   src/api/basic/division.js 	modified:   src/views/basic/division/division-form.vue 	modified:   src/views/basic/division/index.vue 	modified:   src/views/basic/part/index.vue 	modified:   src/views/basic/post/post-form.vue 	modified:   src/views/technology/document/index.vue 	modified:   vue.config.js

---
 src/views/technology/document/document-form.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue
index 09ef014..36bee24 100644
--- a/src/views/technology/document/document-form.vue
+++ b/src/views/technology/document/document-form.vue
@@ -1383,7 +1383,7 @@
             var aa = {
               id: resData.jgtList[i].id,
               name: '棰勮澶у浘',
-              url: '/mes/document/file/' + resData.jgtList[i].fileName
+              url: '/mes/document/file?fileName=' + resData.jgtList[i].fileName
             }
             this.fileStructureList.push(aa)
           }
@@ -1393,7 +1393,7 @@
         if (resData.lct != null) {
           this.fileFlowList.push({
             name: '棰勮澶у浘',
-            url: '/mes/document/file/' + resData.lct
+            url: 'http://127.0.0.1:6061/Image' + resData.lct
           })
         }
         // 鎸傛祦绋嬪浘

--
Gitblit v1.9.3