Commit ddebe5e9 by 袁成

Merge branch 'develop' of ssh://nvwa.jiuqi.com.cn:2222/GFP/RBC/rbc-frontend into develop-yuancheng

parents 7c790a11 4824910c
......@@ -180,22 +180,22 @@ export default {
this.getBaseDataList()
},
handleBlur() {
if (!this.onResultList) {
this.hasFocus = false
this.dataListShow = false
}
// if (!this.onResultList) {
// this.hasFocus = false
// this.dataListShow = false
// }
this.selectValue = String(this.selectValue)
if (this.value === null) {
this.selectValue = ''
this.selectIndex = -1
this.selectedItem = {}
} else {
this.selectValue = this.value.name
this.selectedItem = this.value
this.findIndex()
}
this.$emit('data-change', this.value)
// this.selectValue = String(this.selectValue)
// if (this.value === null) {
// this.selectValue = ''
// this.selectIndex = -1
// this.selectedItem = {}
// } else {
// this.selectValue = this.value.name
// this.selectedItem = this.value
// this.findIndex()
// }
// this.$emit('data-change', this.value)
},
// 输入查询时
handleChange() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment