feat(featured-areas): 实现 previewCustomer 方法
This commit is contained in:
@@ -1226,6 +1226,12 @@ export default {
|
|||||||
this.$store.dispatch('setIsDrawing', true)
|
this.$store.dispatch('setIsDrawing', true)
|
||||||
this.currentPolygon.enableEditing()
|
this.currentPolygon.enableEditing()
|
||||||
},
|
},
|
||||||
|
/**
|
||||||
|
* 查看客户
|
||||||
|
*/
|
||||||
|
previewCustomer() {
|
||||||
|
this.$refs.customerModal.onOpen()
|
||||||
|
},
|
||||||
setForm(data) {
|
setForm(data) {
|
||||||
this.areaForm = data
|
this.areaForm = data
|
||||||
this.visible = true
|
this.visible = true
|
||||||
|
|||||||
Reference in New Issue
Block a user