NEZ-1260 fix: Endpoint/Asset 上方导航栏未及时刷新
This commit is contained in:
@@ -673,7 +673,7 @@ export default {
|
||||
}
|
||||
this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo)
|
||||
this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize)
|
||||
if (this.$route.path === '/asset' && !this.titleSearchList.model.children.length) {
|
||||
if (this.$route.path === '/asset' && this.titleSearchList) {
|
||||
this.$set(this.searchLabel, 'statistics', 1)
|
||||
}/* else {
|
||||
delete this.searchLabel.statistics
|
||||
|
||||
Reference in New Issue
Block a user