From f4bfea700a57d71a9c30315387a77650af13858c Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期五, 14 六月 2024 18:10:22 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- 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