|
@@ -272,7 +272,9 @@ export default {
|
|
})
|
|
})
|
|
if (keepArrIndex < 0) {
|
|
if (keepArrIndex < 0) {
|
|
// console.log(keepArr[j].features);
|
|
// console.log(keepArr[j].features);
|
|
- keepArr[j].features.push()
|
|
|
|
|
|
+ keepArr[j].features.push({
|
|
|
|
+ // keepArr[j].features:this.tableData1[i].item1
|
|
|
|
+ })
|
|
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|