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)
             }