mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: 解决 mysql 日志清空错误的问题 (#1298)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user