代码合并
This commit is contained in:
parent
2d9eb46f38
commit
cec0148f28
|
|
@ -543,6 +543,13 @@ export default {
|
||||||
components: { Treeselect },
|
components: { Treeselect },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
openMap: false,
|
||||||
|
isShow: false,
|
||||||
|
props: {
|
||||||
|
isShow: false,
|
||||||
|
typeId: '',
|
||||||
|
maCode: '',
|
||||||
|
},
|
||||||
// 遮罩层
|
// 遮罩层
|
||||||
loading: true,
|
loading: true,
|
||||||
// 选中数组
|
// 选中数组
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue