Przeglądaj źródła

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

liuQiang 1 rok temu
rodzic
commit
e3197b36c0
1 zmienionych plików z 1 dodań i 1 usunięć
  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;