|
@@ -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>
|