diff --git a/business-css/frontend/src/components/antvx6/changeDialogsettings.vue b/business-css/frontend/src/components/antvx6/changeDialogsettings.vue index 54db1ae..8ac3e26 100644 --- a/business-css/frontend/src/components/antvx6/changeDialogsettings.vue +++ b/business-css/frontend/src/components/antvx6/changeDialogsettings.vue @@ -280,18 +280,23 @@ function delClick(index:any){ formula.value = tempData.join('') let tempList:any = [] - + let tempIndex = -1 for(let i=0;i 5 && typeof tempData[i] == 'string'){ + tempIndex = tempIndex + 1 + tempList.push(delayList.value[tempIndex]) + } } delayList.value = tempList } function confirmClick(){ let deviceMaterialData:any = [] + let tempIndex = -1 formulaData.value.forEach((element:any,index:any) => { if(element.type != null){ + tempIndex = tempIndex + 1 let tempItem = JSON.parse(JSON.stringify(element)) - tempItem.delay = delayList.value[index].delay + tempItem.delay = delayList.value[tempIndex].delay deviceMaterialData.push(tempItem) } diff --git a/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue b/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue index 6e8ad61..1243596 100644 --- a/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue +++ b/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue @@ -465,10 +465,16 @@ const objectSpanMethod = ({ - + + + {{statusName(scope.row.status)}} + + + {{statusName(scope.row.status)}} + + + diff --git a/business-css/frontend/src/views/component/scenario/condition.vue b/business-css/frontend/src/views/component/scenario/condition.vue index da084d6..e78e4b6 100644 --- a/business-css/frontend/src/views/component/scenario/condition.vue +++ b/business-css/frontend/src/views/component/scenario/condition.vue @@ -381,7 +381,7 @@ function handleSuccess(file: any) {
- 删除 + 删除