remove default condition type

This commit is contained in:
涛之雨 2025-09-06 15:22:32 +08:00 committed by GitHub
parent b1264a9b3a
commit 4fa3a34d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@ export default class DependenceService {
let condition = query;
if (DependenceTypes[type]) {
condition.type = DependenceTypes[type];
} else condition.type = [0, 1, 2];
}
if (status) {
condition.status = status.split(',').map(Number);
}