@@ -309,6 +309,7 @@ export default {
/** 查询隐患问题清单列表 */
getList() {
this.loading = true;
+ this.questionList=[];
listQuestion(this.queryParams).then((response) => {
this.questionList = response.rows;
this.total = response.total;
@@ -267,6 +267,7 @@ export default {
page(this.queryParams).then((response) => {