perf: 漏提代码

This commit is contained in:
chenjinsong
2020-07-15 20:47:17 +08:00
parent ff7d72c11c
commit 9a9f44779f

View File

@@ -244,14 +244,17 @@
methods: {
// 全屏
fullScreen() {
let vm = this;
this.$bottomBoxWindow.fullScreen(vm);
},
// 退出全屏
exitFullScreen() {
let vm = this;
this.$bottomBoxWindow.exitFullScreen(vm);
},
// 鼠标拖动二级列表
listResize(e) {
let vm = this;
this.$bottomBoxWindow.listResize(vm, e);
},
convertToDetail(obj) {