|
@@ -437,7 +437,12 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
rowClick(row, column, event) {
|
|
|
-
|
|
|
+ this.table2.getdataListParm.parammaps.pid = row.pid
|
|
|
+ this.table3.getdataListParm.parammaps.pid = row.pid
|
|
|
+ this.chart1.getdataListParm.parammaps.pid = row.pid
|
|
|
+ this.getList2()
|
|
|
+ this.getList3()
|
|
|
+ this.getChart1()
|
|
|
},
|
|
|
rowStyle({ row, rowIndex }) {
|
|
|
let stylejson = {};
|