three-trees-ui 1.1.9 → 1.1.10

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": "three-trees-ui",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -438,8 +438,12 @@
438
438
  this.$refs.customDialogRef.removeSelectOrg(item)
439
439
  }
440
440
  },
441
- clear() {
441
+ async clear() {
442
442
  this.$emit('input', '')
443
+ if (this.isDialogShow === false) {
444
+ this.isDialogShow = true
445
+ await this.$nextTick()
446
+ }
443
447
  this.$refs.customDialogRef.clearAll()
444
448
  this.validateInput()
445
449
  },