@@ -244,6 +244,8 @@ const delteIndex = (index, item) => {
indexList.value[index].map(it => {
if (it.id) {
it.indLimitScore = null;
+ it.formula = null;
+ it.formulaSqe = null;
formLabelAlign.tableData.push(it);
}
});