条件式のバッグ修正
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,7 +8,8 @@
|
||||
"build": "tsc && vite build && xcopy dist\\*.js ..\\..\\backend\\Temp\\ /E /I /Y",
|
||||
"build:dev":"tsc && set \"SOURCE_MAP=true\" && vite build && xcopy dist\\*.js ..\\..\\backend\\Temp\\ /E /I /Y",
|
||||
"preview": "vite preview",
|
||||
"ngrok":"ngrok http http://localhost:4173/"
|
||||
"ngrok":"ngrok http http://localhost:4173/",
|
||||
"vite":"vite dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jquery": "^3.5.24",
|
||||
|
||||
@@ -334,7 +334,7 @@ export class ConditionTree {
|
||||
return fieldValue.value;
|
||||
}
|
||||
}else if(object.objectType==='variable'){
|
||||
return context.variables[object.varName].value;
|
||||
return context.variables[object.name].value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user