存在已经初始化步骤,重新检测

This commit is contained in:
caozehui
2025-01-04 10:49:05 +08:00
parent 9703d35a3a
commit 2d993b2f73
5 changed files with 120 additions and 143 deletions

View File

@@ -53,6 +53,7 @@ export namespace CheckData {
export interface TreeItem{
scriptTypeName: string|null,
sourceDesc: string|null,
harmNum: number|null,
index:number|null,
fly:number|null,
children?: TreeItem[]

View File

@@ -24,7 +24,7 @@ export const getFormData = (params: {
*/
export const getTreeData = (params: {
scriptId: string,
deviceId: string,
devId: string,
devNum: string,
scriptType: string | null,
code: string