27217
This commit is contained in:
@@ -156,11 +156,9 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {},
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
getListinfo() {
|
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) {
|
if (res.data) {
|
||||||
this.treeData = [res.data]
|
this.treeData = [res.data]
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
@@ -232,6 +230,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleSelectGrid(data) {
|
handleSelectGrid(data) {
|
||||||
|
console.log(data)
|
||||||
this.isAdd = false
|
this.isAdd = false
|
||||||
if (data.type == 1) {
|
if (data.type == 1) {
|
||||||
this.isAdd = true
|
this.isAdd = true
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ export default {
|
|||||||
label: '位置',
|
label: '位置',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
render: (h, {row}) => {
|
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},
|
{slot: 'option', label: '操作', width: 280},
|
||||||
|
|||||||
Reference in New Issue
Block a user