|
@@ -4,11 +4,11 @@
|
|
|
<top-header :pageTitle="pageTitle"></top-header>
|
|
|
|
|
|
<div class="mui-content vongi-admin-kqtj">
|
|
|
- <div class="fyy-temper-date">
|
|
|
+ <div class="fyy-temper-date" style="position: fixed;width: 100%;top: 45px;z-index: 10;">
|
|
|
<a class="mui-col-xs-6" @click="selectData">{{subForm.queryDate}}<span class="mui-icon iconfont icon-xiajiantou"></span></a>
|
|
|
<a class="mui-col-xs-6" @click="selectTime">{{timeName}}<span class="mui-icon iconfont icon-xiajiantou"></span></a>
|
|
|
</div>
|
|
|
- <div class="vongi-bread">
|
|
|
+ <div class="vongi-bread" style="margin-top: 45px;">
|
|
|
<template v-for="(item,index) in navList">
|
|
|
<a :class="navCanClick(item,index)?'color4fc5f7':''" @click="reloadItem(item,index)" v-text="item.name"></a>
|
|
|
<span v-if="index!=navList.length-1" class="mui-icon mui-icon-forward"></span>
|
|
@@ -156,11 +156,11 @@
|
|
|
methods: {
|
|
|
//获取列表
|
|
|
getList() {
|
|
|
- if (this.isLast) {
|
|
|
+ //if (this.isLast) {
|
|
|
this.getPersonList();
|
|
|
- } else {
|
|
|
+ //} else {
|
|
|
this.getCompanyList();
|
|
|
- }
|
|
|
+ //}
|
|
|
},
|
|
|
//获取公司列表
|
|
|
getCompanyList() {
|