|
@@ -203,7 +203,7 @@ export default {
|
|
|
this.getReturnGas();
|
|
|
},
|
|
|
getReturnGas(){
|
|
|
- returnGas({pageNum: 1, pageSize:20,}).then( response => {
|
|
|
+ returnGasByStu({pageNum: 1, pageSize:20,}).then( response => {
|
|
|
this.$set(this,'returnGasList',response.rows);
|
|
|
});
|
|
|
},
|