修复 标准合规评估结果 技术评估结果 查看 分页搜索功能bug
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" size="mini" v-btn-permission="'02424c2bc370ee846aa5a6d60c49a6a5'"
|
||||
class="common-button-primary" @click="getTableByPage('')">
|
||||
class="common-button-primary" @click="getTableByPageBtn">
|
||||
查询
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
@@ -203,6 +203,11 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
// 查询之后跳回第一页
|
||||
getTableByPageBtn(){
|
||||
this.pageNo = 1
|
||||
this.getTableByPage()
|
||||
},
|
||||
// 查询零部件table列表
|
||||
getTableByPage() {
|
||||
this.tableLoading.loadData = true
|
||||
@@ -231,7 +236,7 @@ export default {
|
||||
//零件分类号
|
||||
partCategoryCode: ""
|
||||
}
|
||||
this.getTableByPage()
|
||||
this.getTableByPageBtn()
|
||||
},
|
||||
// 分页事件
|
||||
pageChange(page) {
|
||||
|
||||
Reference in New Issue
Block a user