mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复文档状态在有取消向量化的情况下状态错误 (#1758)
This commit is contained in:
parent
6dc8831a82
commit
82888968a7
|
|
@ -43,8 +43,8 @@ const checkList: Array<string> = [
|
|||
State.REVOKE,
|
||||
State.STARTED,
|
||||
State.PENDING,
|
||||
State.REVOKED,
|
||||
State.FAILURE,
|
||||
State.REVOKED,
|
||||
State.SUCCESS
|
||||
]
|
||||
const aggStatus = computed(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue