| | |
| | | } else { |
| | | this.see = true; |
| | | // this.openS(); |
| | | this.getPatrolGroupTree(); |
| | | console.log("********6666********" + JSON.stringify(this.useWhere)) |
| | | this.obj0.noFraudType = this.useWhere |
| | | console.table(this.data); |
| | | this.getPatrolGroupTree(); |
| | | |
| | | // console.table(this.data); |
| | | this.taskPlaceRecordVOList = [] |
| | | // console.log(this.data[0].type); |
| | | } |
| | |
| | | }, |
| | | |
| | | getPatrolGroupTree() { |
| | | if (this.obj0.noFraudType && this.obj0.noFraudType == 'close') { |
| | | return |
| | | } |
| | | let data = { |
| | | childType: 6, |
| | | childType: this.obj0.noFraudType, |
| | | type: 2 |
| | | } |
| | | patrolGroupTree(data).then((res) => { |