leisure-core 0.6.71 → 0.6.73

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.
@@ -382,7 +382,7 @@ export default {
382
382
  this.showDialog = true;
383
383
  },
384
384
  editItem(row) {
385
- this.expand = 0;
385
+ this.isDispExpand === 0;
386
386
  this.handleStatus = 2;
387
387
  this.$emit("handleStatus", this.handleStatus);
388
388
  this.$emit("editCurrentRow", row);
@@ -390,7 +390,6 @@ export default {
390
390
  this.showDialog = true;
391
391
  },
392
392
  detail(row) {
393
- this.expand = 0;
394
393
  this.handleStatus = 0;
395
394
  this.rowItem = row;
396
395
  this.$emit("handleStatus", this.handleStatus);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.6.71",
3
+ "version": "0.6.73",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",