模式切换

This commit is contained in:
sjl
2024-12-05 11:07:45 +08:00
parent 9e8cdaead6
commit 2878dce69d
11 changed files with 156 additions and 26 deletions

View File

@@ -279,6 +279,7 @@ function getScriptName(id: string) {
}
function getErrSysName(id: string) {
return testErrSystDataList.find(item => item.id == id)?.label
}