zhuliu 1 년 전
부모
커밋
31c138c564
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/report/InvalidResponse/components/reasonsAndEvidence/common.js

+ 1 - 0
src/views/report/InvalidResponse/components/reasonsAndEvidence/common.js

@@ -471,6 +471,7 @@ export default {
             }
             if(type == 'up'){
               this.tableData.splice(index,0,data)
+              row.featureSort = Number(featureSort) + 1
             }else{
               this.tableData.splice(index+1,0,data)
             }