@abi-software/map-side-bar 2.13.0-acupoint.3 → 2.13.0-acupoint.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "2.13.0-acupoint.3",
3
+ "version": "2.13.0-acupoint.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -420,6 +420,7 @@ export default {
420
420
  openSearch: function (filters, searchTerm = '') {
421
421
  this.searchInput = searchTerm
422
422
  this.filterUpdate(filters)
423
+ this.$refs.filtersRef.setCascader(this.filters)
423
424
  },
424
425
  numberPerPageUpdate: function (val) {
425
426
  this.numberPerPage = val