Sfoglia il codice sorgente

Merge branch 'test' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend into test

chencc 1 anno fa
parent
commit
60f3b72744
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/material/product/components/index-data.vue

+ 1 - 1
src/views/material/product/components/index-data.vue

@@ -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)">