shuishen
2023-02-10 4ef556f6a3e7a457d96a201bf9d9e2c2925f4a66
视频监控接口参数更改
1 files modified
7 ■■■■ changed files
src/views/video/list.vue 7 ●●●● patch | view | raw | blame | history
src/views/video/list.vue
@@ -2,7 +2,7 @@
 * @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: 辖区管理
 * 
@@ -545,11 +545,14 @@
            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({
@@ -560,7 +563,7 @@
                parentId,
                deptId: this.userInfo.dept_id,
                type,
                sourceId: type == 4 ? '' : '36110202',
                sourceId,
            }).then(res => {
                data = res.data.data