@@ -82,6 +82,7 @@
<ele-pro-table
ref="table2"
v-if="detailType == 2"
+ :datasource="row.detailList"
:columns="columns2"
cache-key="detailsTable2"
height="calc(100vh - 350px)"
@@ -284,7 +285,7 @@
// this.$refs.table2.setData([...row.detailList]);
// });
}
-
+ console.log(row, 'row 123');
this.row = row;
},