前置管理重启,稳态统计报表重置

This commit is contained in:
sjl
2026-01-23 13:46:00 +08:00
parent ae641604ba
commit 0763187744
6 changed files with 31 additions and 10 deletions

View File

@@ -351,7 +351,7 @@ const tableStore = new TableStore({
},
click: row => {
askRestartProcess({
deviceRebootType: null,
deviceRebootType: 1,
nodeId: row.id,
processNo: 1
}).then(res => {
@@ -452,9 +452,9 @@ const currentChangeEvent = () => {
const restart = (data: any) => {
// console.log('🚀 ~ restart ~ data:', data)
askRestartProcess({
deviceRebootType: data.processNo,
deviceRebootType: null,
nodeId: nodeId.value,
processNo: 2
processNo: data.processNo
}).then(res => {
ElMessage.success('重启成功')
currentChangeEvent()