zydx-plus 1.32.302 → 1.32.303

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": "zydx-plus",
3
- "version": "1.32.302",
3
+ "version": "1.32.303",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -121,7 +121,7 @@ export default {
121
121
  }
122
122
  // 如果显示复选。 怎不显示高亮
123
123
  if (!this.menuConfig.isCheckBox) {
124
- if (this.selectItem === this.menuInfo) {
124
+ if (this.selectItem.catalogId === this.menuInfo.catalogId) {
125
125
  ar.push("active");
126
126
  }
127
127
  }
package/src/index.js CHANGED
@@ -81,7 +81,7 @@ function install(app) {
81
81
  }
82
82
 
83
83
  export default {
84
- version: '1.32.302',
84
+ version: '1.32.303',
85
85
  install,
86
86
  Calendar,
87
87
  Message,