shuishen
2023-02-16 a7d8ddbe60eed678e6907e9b3c4d81a243bfe179
视频预览默认打开调整
1 files modified
4 ■■■■ changed files
src/views/video/list.vue 4 ●●●● 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-16 15:31:18
 * @LastEditTime: 2023-02-16 15:34:43
 * @FilePath: \srs-police-affairs\src\views\video\list.vue
 * @Description: 辖区管理
 * 
@@ -681,7 +681,7 @@
                    item.leaf = !item.parent
                })
                data[0].leaf == false && this.defaultExpandedKeys.push(data[0].id)
                data[0].leaf == false && node.level < 2 && this.defaultExpandedKeys.push(data[0].id)
            })
            return resolve(data)