update:提交计算作业的详情日志查看和关闭接口
This commit is contained in:
39
package-lock.json
generated
39
package-lock.json
generated
@@ -20,12 +20,14 @@
|
||||
"@antv/x6-plugin-transform": "^2.1.8",
|
||||
"@antv/x6-vue-shape": "^2.1.2",
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
"@onlyoffice/document-editor-vue": "^1.6.1",
|
||||
"axios": "^1.11.0",
|
||||
"chinese-workday": "^1.10.0",
|
||||
"dayjs": "^1.11.18",
|
||||
"dhtmlx-gantt": "^8.0.6",
|
||||
"echarts": "^6.0.0",
|
||||
"element-plus": "^2.11.7",
|
||||
"event-source-polyfill": "^1.0.31",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jspdf": "^3.0.3",
|
||||
"lodash-es": "^4.17.21",
|
||||
@@ -45,6 +47,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/event-source-polyfill": "^1.0.5",
|
||||
"@types/node": "^22.16.5",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitejs/plugin-vue-jsx": "^5.0.1",
|
||||
@@ -58,6 +61,7 @@
|
||||
"prettier": "^3.7.3",
|
||||
"typescript": "~5.8.0",
|
||||
"vite": "^7.0.6",
|
||||
"vite-plugin-monaco-editor-esm": "^2.0.2",
|
||||
"vite-plugin-vue-devtools": "^8.0.0",
|
||||
"vue-tsc": "^3.0.4"
|
||||
},
|
||||
@@ -1468,6 +1472,18 @@
|
||||
"node": ">= 8"
|
||||
}
|
||||
},
|
||||
"node_modules/@onlyoffice/document-editor-vue": {
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@onlyoffice/document-editor-vue/-/document-editor-vue-1.6.1.tgz",
|
||||
"integrity": "sha512-sdU7h684ESSdXvGNDcMf73UmToiZGMVO5QRIazTmGfm+bKOnT5ildomeagYFdnQaHQH0J28EJqc4jqXOcQbicA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@parcel/watcher": {
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
|
||||
@@ -1648,6 +1664,13 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/event-source-polyfill": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/event-source-polyfill/-/event-source-polyfill-1.0.5.tgz",
|
||||
"integrity": "sha512-iaiDuDI2aIFft7XkcwMzDWLqo7LVDixd2sR6B4wxJut9xcp/Ev9bO4EFg4rm6S9QxATLBj5OPxdeocgmhjwKaw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/json-schema": {
|
||||
"version": "7.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
||||
@@ -3743,6 +3766,12 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/event-source-polyfill": {
|
||||
"version": "1.0.31",
|
||||
"resolved": "https://registry.npmjs.org/event-source-polyfill/-/event-source-polyfill-1.0.31.tgz",
|
||||
"integrity": "sha512-4IJSItgS/41IxN5UVAVuAyczwZF7ZIEsM1XAoUzIHA6A+xzusEZUutdXz2Nr+MQPLxfTiCvqE79/C8HT8fKFvA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/eventemitter3": {
|
||||
"version": "4.0.7",
|
||||
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
|
||||
@@ -6372,6 +6401,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/vite-plugin-monaco-editor-esm": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-monaco-editor-esm/-/vite-plugin-monaco-editor-esm-2.0.2.tgz",
|
||||
"integrity": "sha512-XVkOpL/r0rw1NpbO30vUwG4S0THkC9KB1vjjV8olGd49h4/EQsKl3DrxB6KRDwyZNC9mKiiZgk2L6njUYj3oKQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"monaco-editor": ">=0.33.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vite-plugin-vue-devtools": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-8.0.0.tgz",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"dhtmlx-gantt": "^8.0.6",
|
||||
"echarts": "^6.0.0",
|
||||
"element-plus": "^2.11.7",
|
||||
"event-source-polyfill": "^1.0.31",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jspdf": "^3.0.3",
|
||||
"lodash-es": "^4.17.21",
|
||||
@@ -62,6 +63,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/event-source-polyfill": "^1.0.5",
|
||||
"@types/node": "^22.16.5",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitejs/plugin-vue-jsx": "^5.0.1",
|
||||
@@ -79,4 +81,4 @@
|
||||
"vite-plugin-vue-devtools": "^8.0.0",
|
||||
"vue-tsc": "^3.0.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,20 @@ export const getJobResultFilesApi = (params: any) => {
|
||||
return post(`${PREFIX}pbs/getJobResultFiles`, params);
|
||||
};
|
||||
|
||||
/**
|
||||
* 计算作业下载
|
||||
* @param params
|
||||
* @returns
|
||||
*/
|
||||
export const hpcDownloadFileApi = (params: any) => {
|
||||
return download(`${PREFIX}pbs/hpcDownloadFile`, params, params.name);
|
||||
};
|
||||
|
||||
/**
|
||||
* hpc文本在线预览关闭
|
||||
* @param param 前端定义的token
|
||||
* @returns
|
||||
*/
|
||||
export const streamLogEndApi = (param: any) => {
|
||||
return get(`${PREFIX}pbs/streamLogEnd${param}`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user