Skip to content

Commit f7fa6cf

Browse files
fix: fix issue with clean supervisor log failed (#9012)
1 parent 64e74e8 commit f7fa6cf

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/website/runtime/php/supervisor/file

1 file changed

+1
-1
lines changed

frontend/src/views/website/runtime/php/supervisor/file/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const cleanLog = async () => {
122122
names: [req.name],
123123
msg: i18n.global.t('commons.msg.operatorHelper', [log, i18n.global.t('commons.msg.clean')]),
124124
api: operateSupervisorProcessFile,
125-
params: { name: req.name, operate: 'clear', file: req.file },
125+
params: { name: req.name, operate: 'clear', file: req.file, id: req.id },
126126
});
127127
};
128128

0 commit comments

Comments
 (0)