fix(labelnossr): fix bug
This commit is contained in:
@@ -303,7 +303,7 @@ export default function TaskTableContainer(props: {
|
||||
})
|
||||
return
|
||||
}
|
||||
if (![2, 4, 6].includes(resultData.status)) {
|
||||
if (![2, 4, 6, 7].includes(resultData.status)) {
|
||||
notifications.show({
|
||||
color: "red",
|
||||
title: "错误",
|
||||
|
||||
Reference in New Issue
Block a user