@@ -220,7 +220,7 @@
methods: {
getList() {
this.$api.doRequest('get', '/expenseInfo/ExpenseInfo', {
- batchId: this.id
+ id: this.id
}).then(res => {
if (res.data.code == 200) {
this.dataobj=res.data.data