fix: 解决 mysql 日志清空错误的问题 (#1298)

This commit is contained in:
ssongliu
2023-06-08 13:50:11 +00:00
committed by GitHub
parent 033b3c10c0
commit e91b7caf4f
@@ -263,7 +263,7 @@ const onSaveConf = async () => {
};
const loadContainerLog = async (containerID: string) => {
dialogContainerLogRef.value!.acceptParams({ containerID: containerID, container: mysqlName.value });
dialogContainerLogRef.value!.acceptParams({ containerID: containerID, container: containerID });
};
const loadBaseInfo = async () => {