更换corpId
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -312,8 +312,10 @@
|
|||||||
</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 {
|
||||||
name: 'AppQxnEventDv',
|
name: 'AppQxnEventDv',
|
||||||
label: '事件上报',
|
label: '事件上报',
|
||||||
@@ -723,7 +725,7 @@
|
|||||||
this.instance.post(`/api/wxgridcata/list`, null, {
|
this.instance.post(`/api/wxgridcata/list`, null, {
|
||||||
params: {
|
params: {
|
||||||
level: 1,
|
level: 1,
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
corpId
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
@@ -749,7 +751,7 @@
|
|||||||
getLaunchCode(wxUserId) {
|
getLaunchCode(wxUserId) {
|
||||||
this.instance.post(`/api/appdvcpconfig/getLaunchCode`, null, {
|
this.instance.post(`/api/appdvcpconfig/getLaunchCode`, null, {
|
||||||
params: {
|
params: {
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
corpId,
|
||||||
userid: wxUserId,
|
userid: wxUserId,
|
||||||
operatorUserid: this.$store.state.user.info.wxUserId
|
operatorUserid: this.$store.state.user.info.wxUserId
|
||||||
}
|
}
|
||||||
@@ -787,7 +789,7 @@
|
|||||||
this.instance.post(`/api/wxgridinfo/tree`, null, {
|
this.instance.post(`/api/wxgridinfo/tree`, null, {
|
||||||
params: {
|
params: {
|
||||||
gridParentId: gridId || '',
|
gridParentId: gridId || '',
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
corpId
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
@@ -806,7 +808,7 @@
|
|||||||
this.instance.post(`/api/wxgridinfo/tree`, null, {
|
this.instance.post(`/api/wxgridinfo/tree`, null, {
|
||||||
params: {
|
params: {
|
||||||
gridParentId: this.gridId,
|
gridParentId: this.gridId,
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
corpId
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
@@ -820,7 +822,7 @@
|
|||||||
this.instance.post(`/api/wxgridinfo/reportInfo`, null, {
|
this.instance.post(`/api/wxgridinfo/reportInfo`, null, {
|
||||||
params: {
|
params: {
|
||||||
orderId,
|
orderId,
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
corpId
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
@@ -843,7 +845,7 @@
|
|||||||
onChange() {
|
onChange() {
|
||||||
this.instance.post(`/api/wxgridinfo/wxGridReportNew`, null, {
|
this.instance.post(`/api/wxgridinfo/wxGridReportNew`, null, {
|
||||||
params: {
|
params: {
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
corpId,
|
||||||
gridId: this.gridId || this.gridParentId,
|
gridId: this.gridId || this.gridParentId,
|
||||||
type: this.type
|
type: this.type
|
||||||
}
|
}
|
||||||
@@ -865,7 +867,7 @@
|
|||||||
getReportList() {
|
getReportList() {
|
||||||
this.instance.post(`/api/wxgridinfo/reportList`, null, {
|
this.instance.post(`/api/wxgridinfo/reportList`, null, {
|
||||||
params: {
|
params: {
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
corpId,
|
||||||
gridId: this.gridId || this.gridParentId,
|
gridId: this.gridId || this.gridParentId,
|
||||||
size: '50',
|
size: '50',
|
||||||
...this.search
|
...this.search
|
||||||
@@ -882,7 +884,7 @@
|
|||||||
params: {
|
params: {
|
||||||
categoryId: this.eventList[this.currIndex].categoryId,
|
categoryId: this.eventList[this.currIndex].categoryId,
|
||||||
gridId: this.gridId || this.gridParentId,
|
gridId: this.gridId || this.gridParentId,
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA'
|
corpId
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
@@ -902,7 +904,7 @@
|
|||||||
getReportHandleList() {
|
getReportHandleList() {
|
||||||
this.instance.post(`/api/wxgridinfo/reportHandleList`, null, {
|
this.instance.post(`/api/wxgridinfo/reportHandleList`, null, {
|
||||||
params: {
|
params: {
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
corpId,
|
||||||
gridId: this.gridId || this.gridParentId,
|
gridId: this.gridId || this.gridParentId,
|
||||||
size: '50',
|
size: '50',
|
||||||
dateRange: this.dateRange
|
dateRange: this.dateRange
|
||||||
@@ -919,7 +921,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) {
|
||||||
@@ -933,7 +935,7 @@
|
|||||||
|
|
||||||
this.instance.post(`/api/wxgridinfo/wxGridReportOverview`, null, {
|
this.instance.post(`/api/wxgridinfo/wxGridReportOverview`, null, {
|
||||||
params: {
|
params: {
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
corpId,
|
||||||
gridId: this.gridId || this.gridParentId
|
gridId: this.gridId || this.gridParentId
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
@@ -944,7 +946,7 @@
|
|||||||
|
|
||||||
this.instance.post(`/api/wxgridinfo/wxGridReportNew`, null, {
|
this.instance.post(`/api/wxgridinfo/wxGridReportNew`, null, {
|
||||||
params: {
|
params: {
|
||||||
corpId: 'wpytYEDgAA5zwi8Ak2mwFh3PwBKwwlWA',
|
corpId,
|
||||||
gridId: this.gridId || this.gridParentId,
|
gridId: this.gridId || this.gridParentId,
|
||||||
type: this.type
|
type: this.type
|
||||||
}
|
}
|
||||||
@@ -1015,6 +1017,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-info {
|
.event-info {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -1139,7 +1142,7 @@
|
|||||||
&:after {
|
&:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 37px;
|
top: 37px;
|
||||||
left: 0%;
|
left: 0;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: #647886;
|
background: #647886;
|
||||||
@@ -1286,7 +1289,7 @@
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all ease 300;
|
transition: all ease 300ms;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
@@ -1304,6 +1307,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-index {
|
.table-index {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -1381,6 +1385,7 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@@ -1472,7 +1477,7 @@
|
|||||||
|
|
||||||
.el-input__suffix {
|
.el-input__suffix {
|
||||||
right: 1px;
|
right: 1px;
|
||||||
top: 0px;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
@@ -1509,7 +1514,7 @@
|
|||||||
|
|
||||||
.el-input__suffix {
|
.el-input__suffix {
|
||||||
right: 1px;
|
right: 1px;
|
||||||
top: 0px;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
@@ -1560,6 +1565,7 @@
|
|||||||
color: #02FEFF !important;
|
color: #02FEFF !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ai-table__header {
|
.ai-table__header {
|
||||||
background: rgba(33, 180, 253, 0.1) !important;
|
background: rgba(33, 180, 253, 0.1) !important;
|
||||||
}
|
}
|
||||||
@@ -1623,6 +1629,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-middle {
|
.right-middle {
|
||||||
width: 556px;
|
width: 556px;
|
||||||
margin: 0 40px;
|
margin: 0 40px;
|
||||||
|
|||||||
Reference in New Issue
Block a user