|
@@ -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"
|
|
|
/>
|
|
|
|
|
|
<!-- 添加或修改文件对话框 -->
|