Fixiaobai
2023-10-30 b3d91de00059306beb4712297092cdaff8ed4ac2
	modified:   src/views/technology/document/document-form.vue
已修改1个文件
4 ■■■■ 文件已修改
src/views/technology/document/document-form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/technology/document/document-form.vue
@@ -1383,7 +1383,7 @@
            var aa = {
              id: resData.jgtList[i].id,
              name: '预览大图',
              url: 'http://127.0.0.1:6061/Image/' + resData.jgtList[i].fileName.replace("D:/file","")
              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: 'http://127.0.0.1:6061/Image/' + resData.lct
            url: 'http://127.0.0.1:6061/Image' + resData.lct
          })
        }
        // 挂流程图