数据云图跳转项目库带审核通过状态,项目分类点击一直加载问题

des
吕天方 5 months ago
parent 48741e82bb
commit ce5f99695c

@ -5,8 +5,8 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统
ENV = 'development'
# 金鸡湖现代服务业品牌管理系统/开发环境
VUE_APP_BASE_API = 'http://192.168.0.111:9040'
# VUE_APP_BASE_API = 'http://39.101.188.84:9040'
# VUE_APP_BASE_API = 'http://192.168.0.111:9040'
VUE_APP_BASE_API = 'http://39.101.188.84:9040'
# VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api'
# 路由懒加载

@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "1.0.202408061928",
"version": "1.0.202408070944",
"description": "金鸡湖现代服务业品牌管理系统",
"author": "若依",
"license": "MIT",

@ -145,7 +145,7 @@
</el-dialog> -->
<!-- 流程图 :xml="processView.xmlData" -->
<el-dialog :title="designerData.title" :visible.sync="designerOpen" width="90%" append-to-body custom-class="process-dialog">
<el-dialog :title="designerData.title" v-if="designerOpen" :visible.sync="designerOpen" width="90%" append-to-body custom-class="process-dialog">
<process-designer
:key="designerOpen"
style="border:1px solid rgba(0, 0, 0, 0.1);"
@ -157,7 +157,7 @@
/>
<!-- -->
</el-dialog>
<el-dialog title="表单自定义" :visible.sync="FromOpen" width="90%" append-to-body custom-class="process-dialog">
<el-dialog title="表单自定义" v-if="FromOpen" :visible.sync="FromOpen" width="90%" append-to-body custom-class="process-dialog">
<FromBuild :info="info" @successCode="successCode" ref="FromBuild"></FromBuild>
</el-dialog>
</div>

@ -285,6 +285,8 @@ export default {
})
resolve(nodes)
})
} else {
resolve(node)
}
}
},
@ -356,11 +358,13 @@ export default {
this.formInline.projectBigType = arr[0];
this.formInline.projectMiddleType = arr[1] ? arr[1] : null;
this.formInline.projectSmallType = arr[2] ? arr[2] : null;
this.formInline.status = '5'
this.pagination = { ...this.pagination,...this.formInline };
this.formInline.projectClassify = arr;
}
if(this.$route.params.projectYear) {
this.formInline.projectYear = this.$route.params.projectYear ? this.$route.params.projectYear + '' : '';
this.formInline.status = '5'
this.pagination = { ...this.pagination,...this.formInline };
}
// if(this.$route.params.projectName) {

@ -64,8 +64,8 @@ export default {
methods:{
//
cancalDebounce(){
const element = document.getElementById('analyse-middle-box-id'); // ID
const header = document.getElementById('box-header-id'); // ID
const element = document.getElementById('zhijinyindao-qingkuang'); // ID
const header = document.getElementById('zhijinyindao-header-id'); // ID
const elementHeight = element.offsetHeight;
const headerHeight = header.offsetHeight;
this.tabHeader = elementHeight - headerHeight - 35;

@ -73,8 +73,8 @@ export default {
methods:{
//
cancalDebounce(){
const element = document.getElementById('analyse-middle-box-id'); // ID
const header = document.getElementById('box-header-id'); // ID
const element = document.getElementById('zhijinbofu-qingkaung'); // ID
const header = document.getElementById('zhijinbofu-header-id'); // ID
const elementHeight = element.offsetHeight;
const headerHeight = header.offsetHeight;
this.tabHeader = elementHeight - headerHeight - 35;

@ -66,8 +66,8 @@ export default {
methods:{
//
cancalDebounce(){
const element = document.getElementById('analyse-middle-box-id'); // ID
const header = document.getElementById('box-header-id'); // ID
const element = document.getElementById('zhongdian-xiangmu'); // ID
const header = document.getElementById('zhongdian-header-id'); // ID
const elementHeight = element.offsetHeight;
const headerHeight = header.offsetHeight;
this.tabHeader = elementHeight - headerHeight - 30;

@ -161,8 +161,8 @@
<echart-data-two></echart-data-two>
</div>
</el-col>
<el-col :span="10" class="analyse-middle-box" id="analyse-middle-box-id">
<div class="box-header" id="box-header-id">
<el-col :span="10" class="analyse-middle-box" id="zhongdian-xiangmu">
<div class="box-header" id="zhongdian-header-id">
<span class="garden"></span>
<span class="box-header-title">重点及特色项目</span>
</div>
@ -188,8 +188,8 @@
</div>
<div class="industry-main">
<el-row class="main-row-three-topbox">
<el-col :span="8" class="industry-top-left-box">
<div class="box-header">
<el-col :span="8" class="industry-top-left-box" id="zhijinyindao-qingkuang">
<div class="box-header" id="zhijinyindao-header-id">
<span class="garden"></span>
<span class="box-header-title">资金引导情况分析</span>
</div>
@ -197,8 +197,8 @@
<table-two></table-two>
</div>
</el-col>
<el-col :span="8" class="industry-top-middle-box" id="analyse-middle-box-id">
<div class="box-header" id="box-header-id">
<el-col :span="8" class="industry-top-middle-box" id="zhijinbofu-qingkaung">
<div class="box-header" id="zhijinbofu-header-id">
<span class="garden"></span>
<span class="box-header-title">拨付资金企业申请情况TOP5</span>
</div>

Loading…
Cancel
Save