fix:修改asset 详细视图切换时 没有保存分页信息,修改endpoint 搜索部分的数据来源

This commit is contained in:
zhangyu
2021-10-18 14:55:16 +08:00
parent c8ec5b48ea
commit c2267a983d
5 changed files with 109 additions and 38 deletions

View File

@@ -59,7 +59,6 @@ export default {
this.selectValue.fields = ''
}
}
this.pageObj.pageNo = 1
setTimeout(() => {
this.detailViewLoading = false
this.$refs.clickSearch && this.$refs.clickSearch.needMore()