leisure-core 0.6.73 → 0.6.76
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/le-list/src/main.vue +2 -1
- package/package.json +1 -1
package/le-list/src/main.vue
CHANGED
|
@@ -382,7 +382,7 @@ export default {
|
|
|
382
382
|
this.showDialog = true;
|
|
383
383
|
},
|
|
384
384
|
editItem(row) {
|
|
385
|
-
this.isDispExpand
|
|
385
|
+
this.isDispExpand = 0;
|
|
386
386
|
this.handleStatus = 2;
|
|
387
387
|
this.$emit("handleStatus", this.handleStatus);
|
|
388
388
|
this.$emit("editCurrentRow", row);
|
|
@@ -446,6 +446,7 @@ export default {
|
|
|
446
446
|
},
|
|
447
447
|
closeDialog() {
|
|
448
448
|
this.showDialog = false;
|
|
449
|
+
this.$emit("close");
|
|
449
450
|
},
|
|
450
451
|
size_change(item) {
|
|
451
452
|
this.searchData.pageSize = item;
|