lilei 2 yıl önce
ebeveyn
işleme
550635dbe0

+ 1 - 0
src/views/analyse/right-bottom.vue

@@ -82,6 +82,7 @@ export default {
     getData() {
       this.pageflag = true
       currentGET('big9', { limitNum: 50 }).then(res => {
+		  console.log('big9',JSON.stringify(res));
         if (res.success) {
           this.list = res.data.list
           let timer = setTimeout(() => {

+ 1 - 1
src/views/analyse/right-top.vue

@@ -72,7 +72,7 @@ export default {
       this.pageflag = true
       // this.pageflag =false
       currentGET('big9', { limitNum: 50 }).then(res => {
-        console.log('采购金额',res);
+        console.log('采购金额',JSON.stringify(res));
         if (res.success) {
           this.list = res.data.list
           let timer = setTimeout(() => {

+ 1 - 1
src/views/indexs/center-bottom.vue

@@ -25,7 +25,7 @@ export default {
     getData() {
       this.pageflag = true;
       currentGET("big6", { companyName: this.companyName }).then((res) => {
-        console.log("安装计划", res);
+        console.log("安装计划", JSON.stringify(res));
         if (res.success) {
           this.init(res.data);
         } else {

+ 1 - 1
src/views/indexs/center-map.vue

@@ -42,7 +42,7 @@ export default {
   methods: {
     getData(code) {
       currentGET("big8", { regionCode: code }).then((res) => {
-        console.log("设备分布", res);
+        console.log("设备分布", JSON.stringify(res));
         if (res.success) {
           this.getGeojson(res.data.regionCode, res.data.dataList);
           this.mapclick();

+ 1 - 1
src/views/indexs/left-bottom.vue

@@ -58,7 +58,7 @@ export default {
       currentGET('big7', { gatewayno: this.gatewayno }).then(res => {
 
         if (!this.timer) {
-          console.log('销售金额TOP15', res);
+          console.log('销售金额TOP15', JSON.stringify(res));
         }
         if (res.success) {
           this.config = {

+ 1 - 1
src/views/indexs/left-top.vue

@@ -51,7 +51,7 @@ export default {
       currentGET('big1').then(res => {
         //只打印一次
         if (!this.timer) {
-          console.log("设备总览", res);
+          console.log("设备总览", JSON.stringify(res));
         }
         if (res.success) {
           this.countUserNumData = res.data

+ 1 - 1
src/views/indexs/right-bottom.vue

@@ -62,7 +62,7 @@ export default {
       this.pageflag = true
       // this.pageflag =false
       currentGET('big5', { limitNum: 50 }).then(res => {
-        console.log('实时预警', res);
+        console.log('实时预警', JSON.stringify(res));
         if (res.success) {
           this.list = res.data.list
         } else {

+ 1 - 1
src/views/indexs/right-top.vue

@@ -51,7 +51,7 @@ export default {
       // this.pageflag =false
       currentGET("big4").then((res) => {
         if (!this.timer) {
-          console.log("报警次数", res);
+          console.log("报警次数", JSON.stringify(res));
         }
         if (res.success) {
           this.countUserNumData = res.data;