修改bug 52235 海外库,高级检索之后,点击下面的页码,会把目前标准库所有的数据展示出来(企业标准库也这样、法规清单里的高级查询也这样)
This commit is contained in:
@@ -1418,7 +1418,7 @@ export default {
|
||||
// 分页点击后方法
|
||||
pageChange(page) {
|
||||
this.page = page;
|
||||
if (this.isAdvancedSearch = true) {
|
||||
if (this.isAdvancedSearch === true) {
|
||||
this.getLocalProductTable()
|
||||
} else {
|
||||
this.getLocalProductTables()
|
||||
@@ -1427,7 +1427,7 @@ export default {
|
||||
// 分页每页显示数改变后方法
|
||||
pageSizeChange(pageSize) {
|
||||
this.pageSize = pageSize;
|
||||
if (this.isAdvancedSearch = true) {
|
||||
if (this.isAdvancedSearch === true) {
|
||||
this.getLocalProductTable()
|
||||
} else {
|
||||
this.getLocalProductTables()
|
||||
|
||||
Reference in New Issue
Block a user