shijiplus-web-plugin 0.1.58 → 0.1.59

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": "shijiplus-web-plugin",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "files": [
5
5
  "src"
6
6
  ],
@@ -209,12 +209,13 @@ export default {
209
209
  // 监听clearable属性变化
210
210
  handler(val) {
211
211
  if (val == false) {
212
- this.$nextTick(() => {
213
- this.$refs.beginpickerRef.$children[1].$children[0].$children[6].$children[1].$el.style.display =
214
- 'none'
215
- this.$refs.endpickerRef.$children[1].$children[0].$children[6].$children[1].$el.style.display =
216
- 'none'
217
- })
212
+ // this.$nextTick(() => {
213
+ // this.$refs.beginpickerRef.$children[1].$children[0].$children[6].$children[1].$el.style.display =
214
+ // 'none'
215
+ // this.$refs.endpickerRef.$children[1].$children[0].$children[6].$children[1].$el.style.display =
216
+ // 'none'
217
+ // })
218
+ console.log('--------clearable--------', this.$refs.beginpickerRef)
218
219
  }
219
220
  },
220
221
  deep: true,