|
@@ -120,7 +120,7 @@ export default {
|
|
|
AAC11N: this.formData.AAC11N
|
|
|
};
|
|
|
if (this.error_rule) {
|
|
|
- pramse.error_rule = this.error_rule;
|
|
|
+ pramse.rule_id = this.error_rule;
|
|
|
}
|
|
|
this.$axios2.post('/errorDataList', pramse).then(res => {
|
|
|
this.paginationData.total = res.data.count;
|