| | |
| | | public scrollContainDom: any = ''; |
| | | public uploadDiaplay: boolean = false; |
| | | public uploadType: boolean = false; |
| | | public dataSource: string = 'camera'; |
| | | public collection: string = '' |
| | | |
| | | constructor() { |
| | | this.cards = []; |
| | |
| | | this.tabs = []; |
| | | this.tasks = []; |
| | | this.treeNodes = []; |
| | | this.dataSource = 'camera' |
| | | this.collection = '' |
| | | } |
| | | |
| | | clearStatus() { |
| | |
| | | inputValue: this.inputValue, |
| | | tabs: this.queryTabs, |
| | | tasks: this.queryTasks, |
| | | treeNodes: this.treeNodes |
| | | treeNodes: this.treeNodes, |
| | | dataSource:this.dataSource, |
| | | collection:this.collection |
| | | } |
| | | if (this.searchFrom == 'cluster') { |
| | | param.isAll = true |
| | |
| | | databases: this.compareTabs, |
| | | compareNum: this.compareNum, |
| | | threshold: this.threshold, |
| | | isAll: this.searchFrom == "cluster" ? true : false |
| | | isAll: this.searchFrom == "cluster" ? true : false, |
| | | collection:this.collection |
| | | } |
| | | const rsp: any = await findPerson(param); |
| | | if (rsp && rsp.success) { |