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 @@ + + +