|
|
@@ -4,7 +4,7 @@
|
|
|
<ele-pro-table ref="table" :columns="newColumns" :datasource="datasource" :need-page="true"
|
|
|
:selection.sync="selection" :current.sync="rowCurrent" @sort-change="onSortChange" highlight-current-row
|
|
|
height="calc(100vh - 412px)" full-height="calc(100vh - 116px)" tool-class="ele-toolbar-form" :page-size="pageSize"
|
|
|
- @columns-change="handleColumnChange" :cache-key="cacheKeyUrl" v-if="pageShow">
|
|
|
+ :initLoad="false" @columns-change="handleColumnChange" :cache-key="cacheKeyUrl" v-if="pageShow">
|
|
|
<!-- 表头工具栏 -->
|
|
|
<template v-slot:toolbar>
|
|
|
<el-button size="small" type="primary" icon="el-icon-plus" class="ele-btn-icon" @click="openEdit({}, 2)">
|