@@ -948,16 +948,16 @@ export default {
}
itemRemove({ ids: ids.join(",") }).then(res => {
row.historyList = [];
- row.dot = null;
- row.sendNumHave = 0;
- this.calculator(row);
+ // row.dot = null;
+ // row.sendNumHave = 0;
+ // this.calculator(row);
});
} else {
},
rowArea(row, index) {