feat(featured-areas): 实现 previewCustomer 方法

This commit is contained in:
wkc
2026-02-28 16:34:29 +08:00
parent 67e14363e3
commit 3eafd1b9e2

View File

@@ -1226,6 +1226,12 @@ export default {
this.$store.dispatch('setIsDrawing', true)
this.currentPolygon.enableEditing()
},
/**
* 查看客户
*/
previewCustomer() {
this.$refs.customerModal.onOpen()
},
setForm(data) {
this.areaForm = data
this.visible = true