fix: 后端错误返回国际化处理

This commit is contained in:
ssongliu
2022-12-02 18:52:43 +08:00
committed by ssongliu
parent 6f425a6a0e
commit 71d90aca59
14 changed files with 203 additions and 161 deletions

View File

@@ -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 () => {