Commit 22da9577 authored by 刘殿昕's avatar 刘殿昕

运营管控

parent 2b751606
...@@ -588,7 +588,7 @@ export default { ...@@ -588,7 +588,7 @@ export default {
}; };
// top5_rank // top5_rank
this.hotSearchData = []; this.hotSearchData = [];
if (data.top5_rank && data.top5_rank.length) { if (data.top5_rank && data.top5_rank.length != 0) {
data.top5_rank.forEach((e, idx) => { data.top5_rank.forEach((e, idx) => {
this.hotSearchData.push({ this.hotSearchData.push({
id: e.service_id, id: e.service_id,
......
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
now_app_count: 14, now_app_count: 14,
now_app_deploy: 1, now_app_deploy: 1,
now_app_evalute: 1, now_app_evalute: 1,
now_app_approval: 0, now_app_approval: 14,
now_app_approval_state: 0, now_app_approval_state: 0,
mult_data: [ mult_data: [
{ name: "基础工具", value: 0 }, { name: "基础工具", value: 0 },
......
...@@ -500,7 +500,7 @@ export default { ...@@ -500,7 +500,7 @@ export default {
}; };
// top5_rank // top5_rank
this.hotSearchData = []; this.hotSearchData = [];
if (data.top5_rank && data.top5_rank.length) { if (data.top5_rank && data.top5_rank.length != 0) {
data.top5_rank.forEach((e, idx) => { data.top5_rank.forEach((e, idx) => {
this.hotSearchData.push({ this.hotSearchData.push({
id: e.service_id, id: e.service_id,
......
...@@ -309,7 +309,7 @@ export default { ...@@ -309,7 +309,7 @@ export default {
now_app_count: 14, now_app_count: 14,
now_app_deploy: 1, now_app_deploy: 1,
now_app_evalute: 1, now_app_evalute: 1,
now_app_approval: 0, now_app_approval: 14,
now_app_approval_state: 0, now_app_approval_state: 0,
mult_data: [ mult_data: [
{ name: "基础工具", value: 0 }, { name: "基础工具", value: 0 },
...@@ -711,10 +711,7 @@ export default { ...@@ -711,10 +711,7 @@ export default {
.then((response) => { .then((response) => {
if (response.data.success == 1) { if (response.data.success == 1) {
let data = response.data.data; let data = response.data.data;
this.serviceSpData = { this.Yysp_data = data.series[0].data;
xAxisData: data.data,
seriesData: data.series,
};
} }
}); });
}, },
......
...@@ -494,7 +494,7 @@ export default { ...@@ -494,7 +494,7 @@ export default {
}; };
// top5_rank // top5_rank
this.hotSearchData = []; this.hotSearchData = [];
if (data.top5_rank && data.top5_rank.length) { if (data.top5_rank && data.top5_rank.length != 0) {
data.top5_rank.forEach((e, idx) => { data.top5_rank.forEach((e, idx) => {
this.hotSearchData.push({ this.hotSearchData.push({
id: e.service_id, id: e.service_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment