|
@@ -435,7 +435,11 @@ export default {
|
|
|
valueData1.append('isAsc',this.isAsc);
|
|
|
this.$http.post('/contrast/benchmarkZjList',valueData1).then((res) => {
|
|
|
// that.tableData = res.data.data
|
|
|
- console.log(res)
|
|
|
+ console.log(res)
|
|
|
+ that.tableData = res.data.data;
|
|
|
+ for(let i=0;i<that.tableData.length;i++){
|
|
|
+ that.getTableDataAll.push(that.tableData[i])
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
InterValueData(){
|