mirror of
https://github.com/whyour/qinglong.git
synced 2025-12-16 01:06:00 +08:00
Compare commits
No commits in common. "develop" and "v2.20.0" have entirely different histories.
|
|
@ -107,7 +107,7 @@ export default class DependenceService {
|
|||
query: any = {},
|
||||
): Promise<Dependence[]> {
|
||||
let condition = query;
|
||||
if (type && DependenceTypes[type] !== undefined) {
|
||||
if (DependenceTypes[type]) {
|
||||
condition.type = DependenceTypes[type];
|
||||
}
|
||||
if (status) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user