diff --git a/src/pages/query/nullLocation.vue b/src/pages/query/nullLocation.vue index 3e66d35f..dd0f6bcc 100644 --- a/src/pages/query/nullLocation.vue +++ b/src/pages/query/nullLocation.vue @@ -128,7 +128,7 @@ this.loadingType = "loading"; if (type === "refresh") { this.pageNo = 1; - this.jobList = []; + this.dataList = []; } var params = { areaCode: this.locationAreaCode,