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:
parent
033b3c10c0
commit
e91b7caf4f
@ -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 () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user