|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
* @Author: kery.chen
|
|
|
|
|
* @Description: 总体概览左侧
|
|
|
|
|
* @Date: 2021-11-30 11:08:50
|
|
|
|
|
* @LastEditTime: 2023-10-19 10:52:51
|
|
|
|
|
* @LastEditTime: 2023-10-20 17:21:26
|
|
|
|
|
* @FilePath : \\tcingiocpro\\src\\views\\privateOrder\\ecosphere\\components\\componentLeft.vue
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -665,7 +665,7 @@ export default {
|
|
|
|
|
methods: {
|
|
|
|
|
// 工作动态信息获取
|
|
|
|
|
getDynamicData() {
|
|
|
|
|
listGzdt({isStatus:1}).then(res=>{
|
|
|
|
|
listGzdt({isStatus:1, areaId:1}).then(res=>{
|
|
|
|
|
this.dongtaiTotal = res.total;
|
|
|
|
|
this.dynamicList = [...this.dynamicList, ...res.rows];
|
|
|
|
|
})
|
|
|
|
@ -683,7 +683,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["账号ID", "URL"];
|
|
|
|
|
this.zoologyWidth = "1000px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listBzhan({ pageNum: 1, pageSize: 10, type: 1, isStatus:1 }).then(res=>{
|
|
|
|
|
listBzhan({ pageNum: 1, pageSize: 10, type: 1, isStatus:1, areaId:1 }).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["账号ID"] = item.zhId;
|
|
|
|
@ -696,7 +696,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["账号ID", "URL"];
|
|
|
|
|
this.zoologyWidth = "1000px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listBzhan({ pageNum: 1, pageSize: 10, type: 2, isStatus:1 }).then(res=>{
|
|
|
|
|
listBzhan({ pageNum: 1, pageSize: 10, type: 2, isStatus:1, areaId:1 }).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["账号ID"] = item.zhId;
|
|
|
|
@ -709,7 +709,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["账号ID", "简介"];
|
|
|
|
|
this.zoologyWidth = "1200px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listTtsum({ pageNum: 1, pageSize: 10, type: 1, isStatus:1 }).then(res=>{
|
|
|
|
|
listTtsum({ pageNum: 1, pageSize: 10, type: 1, isStatus:1, areaId:1 }).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["账号ID"] = item.zhId;
|
|
|
|
@ -722,7 +722,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["账号ID", "简介"];
|
|
|
|
|
this.zoologyWidth = "1000px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listTtsum({ pageNum: 1, pageSize: 10, type: 2, isStatus:1}).then(res=>{
|
|
|
|
|
listTtsum({ pageNum: 1, pageSize: 10, type: 2, isStatus:1, areaId:1}).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["账号ID"] = item.zhId;
|
|
|
|
@ -735,7 +735,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["账号ID", "行业属性"];
|
|
|
|
|
this.zoologyWidth = "1000px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listVx({ pageNum: 1, pageSize: 10, isStatus:1 }).then(res=>{
|
|
|
|
|
listVx({ pageNum: 1, pageSize: 10, isStatus:1, areaId:1 }).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["账号ID"] = item.zhId;
|
|
|
|
@ -749,7 +749,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["网站名称", "真实IP", "网站域名", "备案许可证号"];
|
|
|
|
|
this.zoologyWidth = "2000px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listWz({ pageNum: 1, pageSize: 10, isStatus:1 }).then(res=>{
|
|
|
|
|
listWz({ pageNum: 1, pageSize: 10, isStatus:1, areaId:1 }).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["网站名称"] = item.webName;
|
|
|
|
@ -764,7 +764,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["账号名称", "认证", "地区"];
|
|
|
|
|
this.zoologyWidth = "1000px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listWb({ pageNum: 1, pageSize: 10, isStatus:1 }).then(res=>{
|
|
|
|
|
listWb({ pageNum: 1, pageSize: 10, isStatus:1, areaId:1 }).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["账号名称"] = item.zhName;
|
|
|
|
@ -778,7 +778,7 @@ export default {
|
|
|
|
|
this.tableHeader = ["账号", "简介", "粉丝数"];
|
|
|
|
|
this.zoologyWidth = "1500px";
|
|
|
|
|
this.tableData = [];
|
|
|
|
|
listDy({ pageNum: 1, pageSize: 10, isStatus:1 }).then(res=>{
|
|
|
|
|
listDy({ pageNum: 1, pageSize: 10, isStatus:1, areaId:1 }).then(res=>{
|
|
|
|
|
res.rows.map((item) => {
|
|
|
|
|
let obj = {};
|
|
|
|
|
obj["账号"] = item.userName;
|
|
|
|
@ -861,7 +861,7 @@ export default {
|
|
|
|
|
this.currentIndex = status;
|
|
|
|
|
if (this.currentIndex == 1) {
|
|
|
|
|
// listEnterprise(this.queryParams).then((res) => {
|
|
|
|
|
listZdqyml({...this.queryParams,isStatus:1}).then(res => {
|
|
|
|
|
listZdqyml({...this.queryParams,isStatus:1, areaId:1}).then(res => {
|
|
|
|
|
this.currentPageData = res.rows;
|
|
|
|
|
this.tableKey = [
|
|
|
|
|
{ name: "企业名称", value: "enterpriseName" },
|
|
|
|
@ -887,7 +887,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
} else if (this.currentIndex == 2) {
|
|
|
|
|
// listDomain(this.queryParams).then((res) => {
|
|
|
|
|
listZdlyjg({...this.queryParams,isStatus:1}).then((res) => {
|
|
|
|
|
listZdlyjg({...this.queryParams,isStatus:1, areaId:1}).then((res) => {
|
|
|
|
|
this.currentPageData = res.rows;
|
|
|
|
|
this.tableKey = [
|
|
|
|
|
{
|
|
|
|
@ -904,7 +904,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
} else if (this.currentIndex == 3) {
|
|
|
|
|
// listWork(this.queryParams).then((res) => {
|
|
|
|
|
listZdgzxm({...this.queryParams,isStatus:1}).then((res) => {
|
|
|
|
|
listZdgzxm({...this.queryParams,isStatus:1, areaId:1}).then((res) => {
|
|
|
|
|
this.currentPageData = res.rows;
|
|
|
|
|
this.tableKey = [
|
|
|
|
|
{ name: "推进单位", value: "tjUnit" },
|
|
|
|
|