This commit is contained in:
张成
2025-12-19 11:40:25 +08:00
parent f233f368ed
commit 34ebad316a
5 changed files with 276 additions and 66 deletions

View File

@@ -284,6 +284,7 @@ export default {
try {
const res = await taskStatusServer.getCommands(row.id)
this.commandsModal.data = res.data || []
} catch (error) {
this.$Message.error('获取指令列表失败')