mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
依赖增加已取消状态
This commit is contained in:
@@ -165,7 +165,10 @@ export default class DependenceService {
|
||||
pid && (await killTask(pid));
|
||||
}
|
||||
}
|
||||
await this.removeDb(ids);
|
||||
await DependenceModel.update(
|
||||
{ status: DependenceStatus.cancelled },
|
||||
{ where: { id: ids } },
|
||||
);
|
||||
}
|
||||
|
||||
private async find(query: any, sort: any = []): Promise<Dependence[]> {
|
||||
|
||||
Reference in New Issue
Block a user