瀏覽代碼

Add - 搜索框加入列表筛查

yhfu 2 周之前
父節點
當前提交
a72014f187
共有 1 個文件被更改,包括 8 次插入0 次删除
  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>