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