From e165d5110ec2b5780f57d098be4562ce60c4b6be Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 8 Sep 2025 15:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dictionary.js | 8 +- .../components/pullImage/byTool.vue | 115 ++++++++++++++++++ .../components/pullImage/index.vue | 6 +- 3 files changed, 127 insertions(+), 2 deletions(-) create mode 100644 src/views/trials/trials-inspection/components/pullImage/byTool.vue diff --git a/src/api/dictionary.js b/src/api/dictionary.js index 47472fa..bfab7d4 100644 --- a/src/api/dictionary.js +++ b/src/api/dictionary.js @@ -265,7 +265,13 @@ export function getCommonDocumentList(param) { data: param }) } - +export function getCommonDocument(param) { + return request({ + url: `/CommonDocument/getCommonDocument`, + method: 'get', + params: param + }) +} export function addOrUpdateCommonDocument(param) { return request({ url: `/CommonDocument/addOrUpdateCommonDocument`, diff --git a/src/views/trials/trials-inspection/components/pullImage/byTool.vue b/src/views/trials/trials-inspection/components/pullImage/byTool.vue new file mode 100644 index 0000000..0cc9611 --- /dev/null +++ b/src/views/trials/trials-inspection/components/pullImage/byTool.vue @@ -0,0 +1,115 @@ + + + \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/pullImage/index.vue b/src/views/trials/trials-inspection/components/pullImage/index.vue index 52d2c4e..7395447 100644 --- a/src/views/trials/trials-inspection/components/pullImage/index.vue +++ b/src/views/trials/trials-inspection/components/pullImage/index.vue @@ -10,15 +10,19 @@ + + +