更换corpId
This commit is contained in:
@@ -311,6 +311,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
const corpId = "wwb182f88f0327b37f"
|
||||
import DvMap from './components/DvMap'
|
||||
import DoughnutChart from './components/DoughnutChart'
|
||||
export default {
|
||||
@@ -849,8 +850,7 @@
|
||||
this.$nextTick(() => {
|
||||
this.instance.post(`/api/wxgridinfo/tree`, null, {
|
||||
params: {
|
||||
gridParentId: this.gridId,
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
||||
gridParentId: this.gridId, corpId
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
@@ -865,8 +865,7 @@
|
||||
this.gridParentId = gridId || 'gr3AePMwAAFWlqlNvfJboAWkRNbnA14A'
|
||||
this.instance.post(`/api/wxgridinfo/tree`, null, {
|
||||
params: {
|
||||
gridParentId: gridId || '',
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
||||
gridParentId: gridId || '', corpId
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
@@ -884,7 +883,7 @@
|
||||
getInfo () {
|
||||
this.instance.post(`/api/wxgridinfo/comprehensiveOverview`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
||||
corpId
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
@@ -894,7 +893,7 @@
|
||||
|
||||
this.instance.post(`/api/wxgridinfo/wxGroupTag`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
||||
corpId
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
@@ -915,7 +914,7 @@
|
||||
|
||||
this.instance.post(`/api/wxgridinfo/wxGroupOverview`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
corpId,
|
||||
gridId: this.gridId || this.gridParentId
|
||||
}
|
||||
}).then(res => {
|
||||
@@ -926,7 +925,7 @@
|
||||
|
||||
this.instance.post(`/api/wxgridinfo/wjwqgk`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
corpId,
|
||||
gridId: this.gridId || this.gridParentId
|
||||
}
|
||||
}).then(res => {
|
||||
@@ -937,7 +936,7 @@
|
||||
|
||||
this.instance.post(`/api/wxgridinfo/wjwqgkGMFB`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
corpId,
|
||||
gridId: this.gridId || this.gridParentId
|
||||
}
|
||||
}).then(res => {
|
||||
@@ -948,7 +947,7 @@
|
||||
|
||||
this.instance.post(`/api/wxgridinfo/cyActivity`, null, {
|
||||
params: {
|
||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
||||
corpId,
|
||||
gridId: this.gridId || this.gridParentId
|
||||
}
|
||||
}).then(res => {
|
||||
@@ -1166,7 +1165,7 @@
|
||||
|
||||
.el-input__suffix {
|
||||
right: 1px;
|
||||
top: 0px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
i {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user