shuishen
2024-01-05 dc2e436af84d896e57d34229012e52ac456797a4
src/views/cGovernance/taskECall.vue
@@ -95,11 +95,12 @@
                },
                {
                    width: 156,
                    overHidden: true,
                    label: "所属社区",
                    addDisplay: false,
                    editDisplay: false,
                    viewDisplay: false,
                    width: 160,
                    label: "所属社区",
                    prop: "communityName",
                    search: true,
                    searchSpan: 4,
@@ -111,12 +112,11 @@
                },
                {
                    label: "所属社区",
                    hide: true,
                    parent: false,
                    label: "所属社区",
                    prop: "communityCode",
                    search: false,
                    width: 150,
                    type: "tree",
                    dicUrl: "/api/blade-system/region/tree",
                    props: {
@@ -353,7 +353,7 @@
                    //经纬度替换
                    this.form.lat = arr[1]
                    this.form.lng = arr[0]
                    this.form.address = arr[2];
                    this.form.address = arr[2]
                }
            },
            immediate: true,