mirror of
https://gitee.com/fit2cloud-feizhiyun/1Panel.git
synced 2024-11-30 02:47:51 +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) => {
|
||||
dialogContainerLogRef.value!.acceptParams({ containerID: containerID, container: mysqlName.value });
|
||||
dialogContainerLogRef.value!.acceptParams({ containerID: containerID, container: containerID });
|
||||
};
|
||||
|
||||
const loadBaseInfo = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user