27217
This commit is contained in:
@@ -156,11 +156,9 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
mounted() {},
|
||||
|
||||
methods: {
|
||||
getListinfo() {
|
||||
return this.instance.post(`/app/appcommunityinfo/queryCommunityTree?id=${this.user.info?.areaId}`).then((res) => {
|
||||
this.instance.post(`/app/appcommunityinfo/queryCommunityTree?id=${this.user.info.areaId}`).then((res) => {
|
||||
if (res.data) {
|
||||
this.treeData = [res.data]
|
||||
this.$nextTick(() => {
|
||||
@@ -232,6 +230,7 @@ export default {
|
||||
},
|
||||
|
||||
handleSelectGrid(data) {
|
||||
console.log(data)
|
||||
this.isAdd = false
|
||||
if (data.type == 1) {
|
||||
this.isAdd = true
|
||||
|
||||
@@ -167,7 +167,7 @@ export default {
|
||||
label: '位置',
|
||||
align: 'center',
|
||||
render: (h, {row}) => {
|
||||
return h('span', null, this.dict.getLabel('bannerSstatus', row.status))
|
||||
return h('span', null, this.dict.getLabel('bannerPosition', row.position))
|
||||
},
|
||||
},
|
||||
{slot: 'option', label: '操作', width: 280},
|
||||
|
||||
Reference in New Issue
Block a user