修复bug

This commit is contained in:
Jerry
2024-08-17 16:09:53 +08:00
parent d030d84a30
commit d03d090336
3 changed files with 1 additions and 3 deletions

View File

@@ -115,6 +115,7 @@ const emitChange = (info: ANY_OBJECT) => {
});
};
const handlerEditOperate = (row: ANY_OBJECT | null, res: ANY_OBJECT) => {
if (res == null) return;
if (!row) {
emitChange({
dictId: props.value.dictId,