소스 검색

搜索条件结果清除时bug解决

liuQiang 2 년 전
부모
커밋
e3197b36c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/backend/fpdDetection/index.vue

+ 1 - 1
src/views/backend/fpdDetection/index.vue

@@ -241,7 +241,7 @@ export default {
     getList() {
       this.loading = true;
       // 执行查询
-      getFpdDetectionPage(this.queryParams)
+      getFpdDetectionPage({...this.queryParams,detresult:this.queryParams.detresult?this.queryParams.detresult:null})
         .then((response) => {
           if (response.data) {
             this.list = response.data.list;