Explorar o código

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

liuQiang hai 1 ano
pai
achega
e3197b36c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;