diff --git a/src/views/Statistics/MentoringAbility.vue b/src/views/Statistics/MentoringAbility.vue index 3efe959..e304782 100644 --- a/src/views/Statistics/MentoringAbility.vue +++ b/src/views/Statistics/MentoringAbility.vue @@ -223,10 +223,14 @@
 
-
-
- +
+
+
+ +
暂无数据
+
+
@@ -432,6 +436,7 @@ export default { tablist: [], houseList: [], role: "", + data6flag:true }; }, computed: { @@ -1138,10 +1143,14 @@ export default { option && myChart.setOption(option); window.addEventListener("resize", () => { myChart.resize(); + this[data1+'flag']=true }); } catch(err){ console.log(err,data1); + this[data1+'flag']=false + echarts.init(document.getElementById(data1)).dispose(); + console.log(this[data1+'flag']); } }, diff --git a/src/views/Statistics/dataScreeAge.vue b/src/views/Statistics/dataScreeAge.vue index 83da1ae..d34c7f6 100644 --- a/src/views/Statistics/dataScreeAge.vue +++ b/src/views/Statistics/dataScreeAge.vue @@ -723,6 +723,12 @@ export default { }, sysChange(){ this.choicValue='' + this.dateType = 4; + this.dateType1 = 1; + this.cardindex=1 + this.secindex=1 + this.echarValue1='0' + this.echarValue='0' // this.selValue=this.options[0].value // this.houseList=[] this.getList(); @@ -732,8 +738,11 @@ export default { }, valuechange() { this.dateType = 4; + this.dateType1 = 1; this.cardindex=1 this.secindex=1 + this.echarValue1='0' + this.echarValue='0' this.dataOverViewWithSystem(); this.dataOverviewWithSystemWithDay(); this.dataOverviewWithSystemWithLook(); @@ -742,8 +751,11 @@ export default { selChange() { this.choicValue = ""; this.dateType = 4; + this.dateType1 = 1; this.cardindex=1 this.secindex=1 + this.echarValue1='0' + this.echarValue='0' this.getList(); }, // 获取下拉框数据 diff --git a/src/views/Statistics/dataScreeOrg.vue b/src/views/Statistics/dataScreeOrg.vue index a3da404..9dbfe98 100644 --- a/src/views/Statistics/dataScreeOrg.vue +++ b/src/views/Statistics/dataScreeOrg.vue @@ -812,14 +812,24 @@ export default { }, valuechange() { this.dateType = 4; - this.cardindex = 1; + this.dateType1 = 1; + this.cardindex = 6; this.secindex = 1; + this.echarValue1='0' + this.echarValue='0' // console.log(this.choicValue); this.dataOverViewWithSystem(); this.dataOverviewWithSystemWithDay(); this.dataOverviewWithSystemWithLook(); }, sysChange(){ + this.choicValue = ""; + this.dateType = 4; + this.dateType1 = 1; + this.cardindex = 6; + this.secindex = 1; + this.echarValue1='0' + this.echarValue='0' this.dataOverViewWithSystem(); this.dataOverviewWithSystemWithDay(); this.dataOverviewWithSystemWithLook(); @@ -828,8 +838,11 @@ export default { selChange() { this.choicValue = ""; this.dateType = 4; - this.cardindex = 1; + this.dateType1 = 1; + this.cardindex = 6; this.secindex = 1; + this.echarValue1='0' + this.echarValue='0' this.getList(); }, // 获取下拉框数据 diff --git a/src/views/Statistics/dataScreeSys.vue b/src/views/Statistics/dataScreeSys.vue index 5da9ead..8c1ab48 100644 --- a/src/views/Statistics/dataScreeSys.vue +++ b/src/views/Statistics/dataScreeSys.vue @@ -94,14 +94,14 @@
服务期内楼盘总数
{{ firstTab.houseQofEnough || 0 }}
-
+
试用楼盘数
{{ firstTab.houseQuantityOfTryOut || 0 }}
- +
{{ firstTab.houseQuantityOfDemo || 0 }}
+
过期楼盘数
{{ firstTab.houseQofUnenough || 0 }}
@@ -864,8 +864,11 @@ export default { }, valuechange() { this.dateType = 4; + this.dateType1 = 1; this.cardindex = 1; this.secindex = 1; + this.echarValue1='0' + this.echarValue='0' if (this.choicValue == "") { } if (this.selValue == 1) { @@ -883,16 +886,19 @@ export default { }, // 当选择的代理商或者楼盘切换时 selChange(e) { + console.log(e); if (e == -1) { // this.operaFlag = false; this.agentissow = true; - return; + // return; } this.choicValue = ""; this.dateType = 4; this.cardindex = 1; this.secindex = 1; - this.getList(); + this.echarValue1='0' + this.echarValue='0' + this.dateType1 = 1; if (this.selValue == 1) { this.agentissow = false; } else { @@ -902,13 +908,21 @@ export default { this.agentissow = false; } } + this.getList(); }, sysChange() { this.choicValue='' this.selValue=this.options[0].value - this.dataOverViewWithSystem(); - this.dataOverviewWithSystemWithDay(); - this.dataOverviewWithSystemWithLook(); + this.dateType = 4; + this.cardindex = 1; + this.secindex = 1; + this.echarValue1='0' + this.echarValue='0' + this.dateType1 = 1; + this.getList() + // this.dataOverViewWithSystem(); + // this.dataOverviewWithSystemWithDay(); + // this.dataOverviewWithSystemWithLook(); }, // 获取下拉框数据 getList() { diff --git a/src/views/Statistics/houseDataSys.vue b/src/views/Statistics/houseDataSys.vue index e18374e..ef86cca 100644 --- a/src/views/Statistics/houseDataSys.vue +++ b/src/views/Statistics/houseDataSys.vue @@ -310,9 +310,14 @@ export default { methods: { sysChange() { this.choicValue='' - this.selValue=this.options[0].value - this.houseDataAll(); - this.houseTrends(); + if(this.orgType==0){ + this.selValue='0' + }else{ + this.selValue='1' + } + this.getList(); + // this.houseDataAll(); + // this.houseTrends(); }, // 获取tab一 houseDataAll() { diff --git a/vue.config.js b/vue.config.js index b514bbc..f361a46 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,8 +4,8 @@ */ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 -// const url = 'http://192.168.31.169:9999' //长龙 -const url = 'http://192.168.31.134:9999' //嘉豪 +const url = 'http://192.168.31.169:9999' //长龙 +// const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 // const url = 'http://nitu5e.natappfree.cc' //王笑