leisure-core 0.4.24 → 0.4.25

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.
@@ -133,8 +133,10 @@ export default {
133
133
  this.currentRow = {};
134
134
  this.showDialog = false;
135
135
  },
136
- showQrcodeFun() {
137
- this.showQRCodeDialog = true;
136
+ showQrcodeFun(callback) {
137
+ if (callback) {
138
+ callback("ok");
139
+ }
138
140
  },
139
141
  },
140
142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.4.24",
3
+ "version": "0.4.25",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",