jufubao-admin-library 1.1.124 → 1.1.125

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.
@@ -97,6 +97,7 @@ export default {
97
97
  }
98
98
  this.dialogVisible = value;
99
99
  },
100
+
100
101
  dialogVisible(value) {
101
102
  if(value === false) {
102
103
  console.warn('dialogVisible.a'+value);
@@ -179,7 +180,7 @@ export default {
179
180
  },
180
181
  handleClosed() {
181
182
  console.warn('handleClosed' + this.show);
182
- this.$emit("update:show", this.show);
183
+ this.$emit("update:show", false);
183
184
  this.$emit("onClose");
184
185
  },
185
186
  handleConfirm() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.124",
3
+ "version": "1.1.125",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {