-
{{ $t(`flow.${StatusInfoTitle[debugStatus]}`) }}
+
+ {{ $t(`flow.${StatusInfoTitle[debugStatus]}`) }}
+
{
api
.queryParameterOperate({ ParamType: curOption.paramType })
.then((res) => {
- if (paramoperateList.value[index].length < cIndex) {
+ if (paramoperateList.value[index].length > cIndex) {
paramoperateList.value[index][cIndex] = res?.[1]?.result;
} else {
paramoperateList.value[index].push(res?.[1]?.result);