fix: 修复获取联系人异常的问题

This commit is contained in:
hz
2025-10-31 16:37:29 +08:00
parent 5af1012722
commit d24e89b464

View File

@@ -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)
},