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