| | |
| | | immediate: true, |
| | | handler(val) { |
| | | if (!val) { |
| | | this.selectedValue = undefined; |
| | | this.selectedAsyncValue = undefined; |
| | | this.initDictData(); |
| | | } else { |
| | | this.initSelectValue() |
| | |
| | | this.selectedValue = selectedObj.key |
| | | //update-end---author:wangshuai ---date:20221115 for:[issues/4213]JSearchSelectTag改造支持多选------------ |
| | | } else { |
| | | this.selectedAsyncValue = null |
| | | this.selectedValue = null |
| | | this.options = null |
| | | this.selectedAsyncValue = undefined |
| | | this.selectedValue = undefined |
| | | this.options = [] |
| | | this.loadData('') |
| | | } |
| | | this.callback() |