perf: 漏提代码
This commit is contained in:
@@ -244,14 +244,17 @@
|
|||||||
methods: {
|
methods: {
|
||||||
// 全屏
|
// 全屏
|
||||||
fullScreen() {
|
fullScreen() {
|
||||||
|
let vm = this;
|
||||||
this.$bottomBoxWindow.fullScreen(vm);
|
this.$bottomBoxWindow.fullScreen(vm);
|
||||||
},
|
},
|
||||||
// 退出全屏
|
// 退出全屏
|
||||||
exitFullScreen() {
|
exitFullScreen() {
|
||||||
|
let vm = this;
|
||||||
this.$bottomBoxWindow.exitFullScreen(vm);
|
this.$bottomBoxWindow.exitFullScreen(vm);
|
||||||
},
|
},
|
||||||
// 鼠标拖动二级列表
|
// 鼠标拖动二级列表
|
||||||
listResize(e) {
|
listResize(e) {
|
||||||
|
let vm = this;
|
||||||
this.$bottomBoxWindow.listResize(vm, e);
|
this.$bottomBoxWindow.listResize(vm, e);
|
||||||
},
|
},
|
||||||
convertToDetail(obj) {
|
convertToDetail(obj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user