|
|
@@ -88,7 +88,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
- <div v-if="siteid == 'HY'">
|
|
|
+ <div v-if="siteid == 'HY' || siteid == 'YOSTEST1'">
|
|
|
<p class="title">{{$t(`项目预计成交统计`)}}</p>
|
|
|
<div style="display: flex;justify-content: space-between">
|
|
|
<div class="statistics-box">
|
|
|
@@ -356,7 +356,7 @@ export default {
|
|
|
const res = await this.$api.requested(this.dataParam)
|
|
|
this.tableData = res.data
|
|
|
sessionStorage.setItem('flagIndex',res.data.length)
|
|
|
- if (this.siteid == 'HY'){
|
|
|
+ if (this.siteid == 'HY' || this.siteid == 'YOSTEST1'){
|
|
|
this.paramChart.content.type = this.dataParam.content.type
|
|
|
this.paramChart.content.dataid = this.dataParam.content.dataid
|
|
|
this.paramChart.content.where.tradefield = this.dataParam.content.where.tradefield
|
|
|
@@ -905,7 +905,7 @@ export default {
|
|
|
this.projectParam.content.dataid = this.dataParam.content.dataid
|
|
|
/*this.projectParam.content.dateType = this.dataParam.content.dateType*/
|
|
|
this.projectParam.content.sa_projstagemagid = this.sa_projstagemagid
|
|
|
- if (this.siteid == 'HY'){
|
|
|
+ if (this.siteid == 'HY' || this.siteid == 'YOSTEST1'){
|
|
|
this.paramChart.content.type = this.dataParam.content.type
|
|
|
this.paramChart.content.dataid = this.dataParam.content.dataid
|
|
|
this.paramChart.content.where.tradefield = this.dataParam.content.where.tradefield
|