Commit 5de0c276 authored by lxd's avatar lxd

feat:修复问题

parent 0b4e4a68
......@@ -41,7 +41,7 @@ const ReconciliationQuery = () => {
if (sameData.length > 0 && data.length === sameData.length) {
return true;
}
if (!sameData.length && data.length) {
if (!sameData.length && !data.length) {
notification.error({ message: '请选择数据账单' });
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment