style: 修复样式

This commit is contained in:
TsMask
2024-11-23 15:16:52 +08:00
parent f310ae4f38
commit cb510d9fdb
11 changed files with 259 additions and 122 deletions

View File

@@ -353,6 +353,7 @@ function fnRecordBack(row?: Record<string, any>) {
});
}
result.then((res: any) => {
fnGetList();
if (res.code === RESULT_CODE_SUCCESS) {
message.success({
content: t('common.operateOk'),