| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-09 14:51:52 |
| | | * @LastEditTime: 2023-02-10 09:44:24 |
| | | * @FilePath: \srs-police-affairs\src\views\video\list.vue |
| | | * @Description: 辖区管理 |
| | | * |
| | |
| | | let data = null |
| | | |
| | | let parentId = null |
| | | let sourceId = null |
| | | |
| | | if (type == 1 || type == 2) { |
| | | parentId = 361102 |
| | | sourceId = 36110202 |
| | | } else { |
| | | parentId = node.data.id |
| | | sourceId = node.data.sourceId |
| | | } |
| | | |
| | | await getTreeDevices({ |
| | |
| | | parentId, |
| | | deptId: this.userInfo.dept_id, |
| | | type, |
| | | sourceId: type == 4 ? '' : '36110202', |
| | | sourceId, |
| | | }).then(res => { |
| | | data = res.data.data |
| | | |