mirror of
https://github.com/whyour/qinglong.git
synced 2025-09-11 21:33:06 +08:00
remove default condition type
This commit is contained in:
parent
b1264a9b3a
commit
4fa3a34d8f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user