Procházet zdrojové kódy

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

liuQiang před 1 rokem
rodič
revize
e3197b36c0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;