fix: 后端错误返回国际化处理
This commit is contained in:
@@ -194,7 +194,7 @@ const onSaveFile = async () => {
|
||||
};
|
||||
|
||||
const loadContainerLog = async (containerID: string) => {
|
||||
dialogContainerLogRef.value!.acceptParams({ containerID: containerID });
|
||||
dialogContainerLogRef.value!.acceptParams({ containerID: containerID, container: mysqlName.value });
|
||||
};
|
||||
|
||||
const loadBaseInfo = async () => {
|
||||
|
||||
Reference in New Issue
Block a user