1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

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

This commit is contained in:
ssongliu 2023-06-08 21:50:11 +08:00 committed by GitHub
parent 033b3c10c0
commit e91b7caf4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ const onSaveConf = async () => {
}; };
const loadContainerLog = async (containerID: string) => { const loadContainerLog = async (containerID: string) => {
dialogContainerLogRef.value!.acceptParams({ containerID: containerID, container: mysqlName.value }); dialogContainerLogRef.value!.acceptParams({ containerID: containerID, container: containerID });
}; };
const loadBaseInfo = async () => { const loadBaseInfo = async () => {