@@ -118,7 +118,7 @@ function returnData() {
if (jsonstr == json) {
return false
}
- productTable.value.forEach(item => {
+ productTable.value.forEach((item: any) => {
delete item.index
});
return productTable.value