|
|
|
@ -252,8 +252,8 @@
|
|
|
|
|
<div class="appropriate-analyse-box">
|
|
|
|
|
<div class="box-header">
|
|
|
|
|
<span class="garden"></span>
|
|
|
|
|
<!-- <span class="box-header-title">资金引导-拨付情况分析</span> -->
|
|
|
|
|
<span class="box-header-title">资金引导</span>
|
|
|
|
|
<span class="box-header-title">资金引导-拨付情况分析</span>
|
|
|
|
|
<!-- <span class="box-header-title">资金引导</span> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="capital-appropriate-analyse-box">
|
|
|
|
|
<echartDataFour></echartDataFour>
|
|
|
|
@ -348,8 +348,9 @@
|
|
|
|
|
<homeIndex v-else-if="userType == '01'" />
|
|
|
|
|
</template>
|
|
|
|
|
<script>
|
|
|
|
|
import Cookies from "js-cookie";
|
|
|
|
|
import { approvalList, uploadFile } from "@/api/onlineDeclartion/pendingReview"
|
|
|
|
|
import { selectAll, workSearch } from "@/api/jin_ji_hu/home"
|
|
|
|
|
import { selectAll, workSearch, getNewSysLogininfor } from "@/api/jin_ji_hu/home"
|
|
|
|
|
import { chiefAll, changeIsRead } from "@/api/jin_ji_hu/intelligentReminder"
|
|
|
|
|
import homeIndex from "@/views/home/index.vue"
|
|
|
|
|
import echartData from '@/views/dataCloudMap/components/echartData.vue'
|
|
|
|
@ -425,6 +426,19 @@ export default {
|
|
|
|
|
this.govRemind();
|
|
|
|
|
this.time = this.getNowFormatDate();
|
|
|
|
|
}
|
|
|
|
|
getNewSysLogininfor().then(res=>{
|
|
|
|
|
if(res.data && Cookies.get("newSysLogininfor") == 1) {
|
|
|
|
|
this.$confirm(`您上次登录时间为${res.data.accessTime},建议修改密码`, '提示', {
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
|
type: 'warning'
|
|
|
|
|
}).then(() => {
|
|
|
|
|
Cookies.set("newSysLogininfor", 2);
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
Cookies.set("newSysLogininfor", 2);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
methods:{
|
|
|
|
|
// 获取最新年月日
|
|
|
|
|