From 6c3b23e6fa46606b03c881a3e4199671c5cb8377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Mon, 23 Oct 2023 01:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 6 +++--- src/api/workFile/index.js | 10 +++++++++- src/pages/projectSafety.vue | 8 ++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index d6ffb57..2b98980 100644 --- a/public/index.html +++ b/public/index.html @@ -10,7 +10,7 @@ - + @@ -21,9 +21,9 @@ - + - + diff --git a/src/api/workFile/index.js b/src/api/workFile/index.js index 8cef02a..e4cfad6 100644 --- a/src/api/workFile/index.js +++ b/src/api/workFile/index.js @@ -7,6 +7,14 @@ const getWorkFileList=(fileBelong,deptId)=> { }) } +const workFileRead=(fileId)=> { + return request({ + url: `bgscreen/workfile/workFileRead?fileId=${fileId}`, + method: 'get' + }) +} + export default{ - getWorkFileList + getWorkFileList, + workFileRead } \ No newline at end of file diff --git a/src/pages/projectSafety.vue b/src/pages/projectSafety.vue index a58d820..99786c0 100644 --- a/src/pages/projectSafety.vue +++ b/src/pages/projectSafety.vue @@ -174,6 +174,7 @@