leisure-core 0.5.79 → 0.5.81

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.
@@ -53,6 +53,7 @@
53
53
  @close="closeEditDialog"
54
54
  @rowRefresh="list"
55
55
  :rowitem="currentRow"
56
+ v-if="showEdit"
56
57
  ></le-role-sub>
57
58
  </le-dialog-container>
58
59
  <le-dialog-container
@@ -67,6 +68,7 @@
67
68
  row-key="id"
68
69
  tooltip-effect="dark"
69
70
  style="width: 100%"
71
+ v-if="showUsers"
70
72
  >
71
73
  <el-table-column prop="account" label="账号" align="center">
72
74
  </el-table-column>
@@ -125,6 +127,7 @@ export default {
125
127
  });
126
128
  },
127
129
  addRole() {
130
+ this.currentRow = {};
128
131
  this.showEdit = true;
129
132
  },
130
133
  openEditWindow(item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.5.79",
3
+ "version": "0.5.81",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",