From 3a122cbf7b5932cbff17ecfd1d77093a5ffef5ee Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 14 六月 2024 19:18:39 +0800 Subject: [PATCH] 跳转页码关闭 --- src/books/lifeCare/view/components/index.vue | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/books/lifeCare/view/components/index.vue b/src/books/lifeCare/view/components/index.vue index 7e8d136..4d4b4a4 100644 --- a/src/books/lifeCare/view/components/index.vue +++ b/src/books/lifeCare/view/components/index.vue @@ -158,17 +158,6 @@ }, }, watch: { - swdtChange(data) { - if (this.$store.state.qiankun && this.$store.state.qiankun.chooseWords) { - this.$store.state.qiankun.chooseWords({ - type: data.type, - data: data.data, - }); - } - }, - changeDomViewer() { - this.initViewer(); - }, showCatalogList: { handler(newVal, oldVal) { if ( @@ -294,6 +283,17 @@ // }, 500); }, methods: { + swdtChange(data) { + if (this.$store.state.qiankun && this.$store.state.qiankun.chooseWords) { + this.$store.state.qiankun.chooseWords({ + type: data.type, + data: data.data, + }); + } + }, + changeDomViewer() { + this.initViewer(); + }, // setZoom1() { // let scale = this.$store.state.qiankun.scale + 10; // const scrollBox = ( -- Gitblit v1.9.1