更换corpId

This commit is contained in:
aixianling
2024-04-02 15:16:37 +08:00
parent 8990e921ae
commit dee681d246
2 changed files with 1325 additions and 1319 deletions

View File

@@ -311,6 +311,7 @@
</template> </template>
<script> <script>
const corpId = "wwb182f88f0327b37f"
import DvMap from './components/DvMap' import DvMap from './components/DvMap'
import DoughnutChart from './components/DoughnutChart' import DoughnutChart from './components/DoughnutChart'
export default { export default {
@@ -849,8 +850,7 @@
this.$nextTick(() => { this.$nextTick(() => {
this.instance.post(`/api/wxgridinfo/tree`, null, { this.instance.post(`/api/wxgridinfo/tree`, null, {
params: { params: {
gridParentId: this.gridId, gridParentId: this.gridId, corpId
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {
@@ -865,8 +865,7 @@
this.gridParentId = gridId || 'gr3AePMwAAFWlqlNvfJboAWkRNbnA14A' this.gridParentId = gridId || 'gr3AePMwAAFWlqlNvfJboAWkRNbnA14A'
this.instance.post(`/api/wxgridinfo/tree`, null, { this.instance.post(`/api/wxgridinfo/tree`, null, {
params: { params: {
gridParentId: gridId || '', gridParentId: gridId || '', corpId
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {
@@ -884,7 +883,7 @@
getInfo () { getInfo () {
this.instance.post(`/api/wxgridinfo/comprehensiveOverview`, null, { this.instance.post(`/api/wxgridinfo/comprehensiveOverview`, null, {
params: { params: {
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA' corpId
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {
@@ -894,7 +893,7 @@
this.instance.post(`/api/wxgridinfo/wxGroupTag`, null, { this.instance.post(`/api/wxgridinfo/wxGroupTag`, null, {
params: { params: {
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA' corpId
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {
@@ -915,7 +914,7 @@
this.instance.post(`/api/wxgridinfo/wxGroupOverview`, null, { this.instance.post(`/api/wxgridinfo/wxGroupOverview`, null, {
params: { params: {
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA', corpId,
gridId: this.gridId || this.gridParentId gridId: this.gridId || this.gridParentId
} }
}).then(res => { }).then(res => {
@@ -926,7 +925,7 @@
this.instance.post(`/api/wxgridinfo/wjwqgk`, null, { this.instance.post(`/api/wxgridinfo/wjwqgk`, null, {
params: { params: {
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA', corpId,
gridId: this.gridId || this.gridParentId gridId: this.gridId || this.gridParentId
} }
}).then(res => { }).then(res => {
@@ -937,7 +936,7 @@
this.instance.post(`/api/wxgridinfo/wjwqgkGMFB`, null, { this.instance.post(`/api/wxgridinfo/wjwqgkGMFB`, null, {
params: { params: {
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA', corpId,
gridId: this.gridId || this.gridParentId gridId: this.gridId || this.gridParentId
} }
}).then(res => { }).then(res => {
@@ -948,7 +947,7 @@
this.instance.post(`/api/wxgridinfo/cyActivity`, null, { this.instance.post(`/api/wxgridinfo/cyActivity`, null, {
params: { params: {
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA', corpId,
gridId: this.gridId || this.gridParentId gridId: this.gridId || this.gridParentId
} }
}).then(res => { }).then(res => {
@@ -1166,7 +1165,7 @@
.el-input__suffix { .el-input__suffix {
right: 1px; right: 1px;
top: 0px; top: 0;
} }
i { i {

File diff suppressed because it is too large Load Diff