Ver Fonte

fixed search

allen há 1 ano atrás
pai
commit
37b38b9d87
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      pdaaphm-ui/src/views/algoManager/file/index.vue

+ 2 - 2
pdaaphm-ui/src/views/algoManager/file/index.vue

@@ -68,7 +68,7 @@
           v-hasPermi="['algoManager:file:export']"
         >导出</el-button>
       </el-col>
-      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
+      <right-toolbar :showSearch.sync="showSearch" @queryTable="getInputList"></right-toolbar>
     </el-row>
 
     <el-table v-loading="loading" :data="inputFileList" @selection-change="handleSelectionChange">
@@ -101,7 +101,7 @@
       :total="total"
       :page.sync="queryParams.pageNum"
       :limit.sync="queryParams.pageSize"
-      @pagination="getList"
+      @pagination="getInputList"
     />
 
     <!-- 添加或修改文件对话框 -->