mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 10:36:31 +08:00
修复bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user