zhuliu 1 năm trước cách đây
mục cha
commit
31c138c564

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