jufubao-admin-library 1.1.123 → 1.1.124

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.
@@ -92,11 +92,15 @@ export default {
92
92
  },
93
93
  watch: {
94
94
  show(value) {
95
- console.log(value);
95
+ if(value === false) {
96
+ console.warn('dialogVisible.a'+value);
97
+ }
96
98
  this.dialogVisible = value;
97
99
  },
98
100
  dialogVisible(value) {
99
- console.warning('dialogVisible'+value)
101
+ if(value === false) {
102
+ console.warn('dialogVisible.a'+value);
103
+ }
100
104
  }
101
105
  },
102
106
  components: {
@@ -174,8 +178,8 @@ export default {
174
178
  this.selectMaterial = this.selectMaterial.filter((i) => i.file_id !== data.file_id);
175
179
  },
176
180
  handleClosed() {
177
-
178
- this.$emit("update:show", this.uiShow);
181
+ console.warn('handleClosed' + this.show);
182
+ this.$emit("update:show", this.show);
179
183
  this.$emit("onClose");
180
184
  },
181
185
  handleConfirm() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.123",
3
+ "version": "1.1.124",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {