yusheng 11 месяцев назад
Родитель
Сommit
122045c101

+ 1 - 1
src/views/doc/components/file-table-list.vue

@@ -7,7 +7,7 @@
       :datasource="datasource"
       height="calc(30vh)"
       tool-class="ele-toolbar-form"
- 
+       :initLoad="false"
       row-key="id"
       :current.sync="current"
       :selection.sync="selection"

+ 1 - 1
src/views/doc/components/template/file-table-listTemplate.vue

@@ -6,10 +6,10 @@
       :columns="columns"
       :datasource="datasource"
       tool-class="ele-toolbar-form"
-      :needPage="false"
       row-key="id"
       :current.sync="current"
       :selection.sync="selection"
+       :initLoad="false"
       highlight-current-row
       :toolbar="false"
       @row-click="rowClick"