fix: 查询分页*条数
This commit is contained in:
@@ -48,7 +48,6 @@ export async function updateConfig(tag: string, data: Record<string, any>) {
|
||||
delete result.data;
|
||||
return result;
|
||||
} else {
|
||||
delete result.data;
|
||||
return { code: RESULT_CODE_ERROR, msg: RESULT_MSG_ERROR };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user