meixioacomponent 1.1.26 → 1.1.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "1.1.26",
3
+ "version": "1.1.28",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -122,7 +122,7 @@ export default {
122
122
  },
123
123
 
124
124
  onChange() {
125
- this.$emit('onChange')
125
+ this.$emit('onChange',this.module)
126
126
  },
127
127
  },
128
128
  components: {BaseStoreSelect},
@@ -230,7 +230,7 @@ export default {
230
230
 
231
231
 
232
232
  if (this.timeModule && this.timeModule instanceof Array && this.timeModule.length >= 1) {
233
- time = [this.timeModule[0], this.timeModule[1] + 1000 * 60 * 60 * 24]
233
+ time = [this.timeModule[0], (this.timeModule[1] + 1000 * 60 * 60 * 24) - 1]
234
234
  } else {
235
235
  time = this.module;
236
236
  }