mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 13:46:43 +08:00
fix: 修复获取联系人异常的问题
This commit is contained in:
@@ -119,6 +119,7 @@ export default {
|
|||||||
},
|
},
|
||||||
choose(data) {
|
choose(data) {
|
||||||
this.name = data.customerName
|
this.name = data.customerName
|
||||||
|
this.showPicker = false
|
||||||
this.$emit("update:parentShowPicker", false)
|
this.$emit("update:parentShowPicker", false)
|
||||||
this.$emit('on-choose', data)
|
this.$emit('on-choose', data)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user