|
@@ -130,7 +130,7 @@ export default {
|
|
AAC11N,
|
|
AAC11N,
|
|
is_export: 0,
|
|
is_export: 0,
|
|
};
|
|
};
|
|
- this.$axios.post(`/ssbfz/getBfzData`, params).then(res => {
|
|
|
|
|
|
+ this.$axios.post(`/ssbfz/getBfzList`, params).then(res => {
|
|
this.tableData = res.data.data;
|
|
this.tableData = res.data.data;
|
|
this.paginationData.total = res.data.count;
|
|
this.paginationData.total = res.data.count;
|
|
});
|
|
});
|