bug
This commit is contained in:
@@ -287,8 +287,9 @@
|
||||
</ai-echart-v2>
|
||||
</div>
|
||||
</AiDvPanel>
|
||||
<AiDvPanel class="bottom" style="" border="border6" title="群动态多维度排行">
|
||||
<AiDvPanel class="bottom" style="width: 100%" border="border6" title="群动态多维度排行">
|
||||
<ai-table
|
||||
width="100%"
|
||||
height="310px"
|
||||
:tableData="tableList"
|
||||
:col-configs="colConfigs"
|
||||
@@ -328,7 +329,6 @@
|
||||
data () {
|
||||
return {
|
||||
isShowInfo: false,
|
||||
value: '',
|
||||
lineData: [
|
||||
{
|
||||
"name": "阿斯达",
|
||||
@@ -764,7 +764,7 @@
|
||||
init (gridId) {
|
||||
this.gridId = ''
|
||||
this.gridParentId = gridId || 'gr3AePMwAAFWlqlNvfJboAWkRNbnA14A'
|
||||
this.instance.post(`/wxgridinfo/tree`, null, {
|
||||
this.instance.post(`/api/wxgridinfo/tree`, null, {
|
||||
params: {
|
||||
gridParentId: gridId || '',
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
||||
@@ -783,7 +783,7 @@
|
||||
},
|
||||
|
||||
getInfo () {
|
||||
this.instance.post(`/wxgridinfo/comprehensiveOverview`, null, {
|
||||
this.instance.post(`/api/wxgridinfo/comprehensiveOverview`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
||||
}
|
||||
@@ -793,7 +793,7 @@
|
||||
}
|
||||
})
|
||||
|
||||
this.instance.post(`/wxgridinfo/wxGroupOverview`, null, {
|
||||
this.instance.post(`/api/wxgridinfo/wxGroupOverview`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
gridId: this.gridId || this.gridParentId
|
||||
@@ -804,7 +804,7 @@
|
||||
}
|
||||
})
|
||||
|
||||
this.instance.post(`/wxgridinfo/wjwqgk`, null, {
|
||||
this.instance.post(`/api/wxgridinfo/wjwqgk`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
gridId: this.gridId || this.gridParentId
|
||||
@@ -815,7 +815,7 @@
|
||||
}
|
||||
})
|
||||
|
||||
this.instance.post(`/wxgridinfo/wjwqgkGMFB`, null, {
|
||||
this.instance.post(`/api/wxgridinfo/wjwqgkGMFB`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
gridId: this.gridId || this.gridParentId
|
||||
@@ -826,7 +826,7 @@
|
||||
}
|
||||
})
|
||||
|
||||
this.instance.post(`/wxgridinfo/cyActivity`, null, {
|
||||
this.instance.post(`/api/wxgridinfo/cyActivity`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
gridId: this.gridId || this.gridParentId
|
||||
@@ -1126,6 +1126,7 @@
|
||||
& > .right {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
|
||||
.right-left {
|
||||
width: 500px;
|
||||
|
||||
Reference in New Issue
Block a user