NEZ-570 fix: terminal 审计日志搜索无效 && dc 上划页面
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
||||
this.searchLabel = {}
|
||||
this.pageObj.pageNo = 1
|
||||
for (const item in searchObj) {
|
||||
if (searchObj[item]) {
|
||||
if (typeof searchObj[item] !== 'undefined' && searchObj[item] !== null && searchObj[item] !== '') {
|
||||
this.$set(this.searchLabel, item, searchObj[item])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user