|
@@ -16,6 +16,7 @@
|
|
|
class="custom-select"
|
|
class="custom-select"
|
|
|
popper-class="custom-select-dropdown"
|
|
popper-class="custom-select-dropdown"
|
|
|
@change="init"
|
|
@change="init"
|
|
|
|
|
+ :popper-append-to-body="false"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
v-for="item in selectOptions"
|
|
v-for="item in selectOptions"
|
|
@@ -918,7 +919,7 @@
|
|
|
|
|
|
|
|
this.initTimer = setInterval(() => {
|
|
this.initTimer = setInterval(() => {
|
|
|
this.init();
|
|
this.init();
|
|
|
- }, 600000);
|
|
|
|
|
|
|
+ }, 180000);
|
|
|
// 初始化时同步头部宽度
|
|
// 初始化时同步头部宽度
|
|
|
// this.$nextTick(() => {
|
|
// this.$nextTick(() => {
|
|
|
// this.syncHeaderWidth();
|
|
// this.syncHeaderWidth();
|