|
@@ -122,7 +122,7 @@ export default {
|
|
|
if (this.error_rule) {
|
|
|
pramse.error_rule = this.error_rule;
|
|
|
}
|
|
|
- this.$axios.post('/errorDataList', pramse).then(res => {
|
|
|
+ this.$axios2.post('/errorDataList', pramse).then(res => {
|
|
|
this.paginationData.total = res.data.count;
|
|
|
this.tableData = res.data.list;
|
|
|
});
|