Ver código fonte

Add - 搜索框加入列表筛查

yhfu 2 semanas atrás
pai
commit
a72014f187
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      src/views/forest.vue

+ 8 - 0
src/views/forest.vue

@@ -932,6 +932,14 @@
         this.$refs.supermap.layerSwitchingList_Data(urlList)
       },
       /** ----------------------------------底部按钮公用组件结束------------------------------------- */
+    },
+    watch:{
+      'regulatoryinformationQueryParams.infoTitle':function(val){
+        this.getSelectRegulatoryinformationByEnterpriseId(this.regulatoryinformationQueryParams.pageSize, this.regulatoryinformationQueryParams.pageNum, val)
+      },
+      'queryParams.enterpriseName':function(val){
+        this.enterpriseList(this.queryParams.pageSize, this.queryParams.pageNum, val)
+      },
     }
   }
 </script>