From 292ce24ba0618de2c8897c04b24ec876634211cb Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Thu, 6 Jun 2024 11:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/commonBookTags/tags.vue | 5 +++-- src/views/modules/course/medicalLabel.vue | 15 ++++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/views/components/commonBookTags/tags.vue b/src/views/components/commonBookTags/tags.vue index 522ef8c..0274e2a 100644 --- a/src/views/components/commonBookTags/tags.vue +++ b/src/views/components/commonBookTags/tags.vue @@ -265,7 +265,7 @@ export default { data: {} }; } - this.currentNode = newNodeData; + this.currentNode = newNodeData; this.$forceUpdate(); this.$nextTick(() => { this.$refs.tree.setCurrentKey(id); @@ -387,7 +387,7 @@ export default { ); this.addForm = {}; // console.log(this.$refs.tree.handleClickNodes(), "当前选中节点"); - console.log(node, data, "当前选中节点"); + console.log(node, data, "当前选中节点-----------"); this.currentNode = node; this.isFresh = false; this.isFresh = true; @@ -436,6 +436,7 @@ export default { children: [], delFlag: 0, isLast: 0, + content:'', pid: 0, sort: 0, title: "" diff --git a/src/views/modules/course/medicalLabel.vue b/src/views/modules/course/medicalLabel.vue index 4bc0c1a..1d71d53 100644 --- a/src/views/modules/course/medicalLabel.vue +++ b/src/views/modules/course/medicalLabel.vue @@ -16,8 +16,8 @@ v-loading="!isFresh" style="width: calc(100% - 360px); height: 100%; overflow-y: scroll; float: right; border: 1px solid #bababa; border-top:none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 10px;position: relative;" > - - + +
基本标签信息
@@ -192,7 +192,7 @@
-->
{ this.$refs.commonShop.clear(); // this.$refs.commonShop.bookMarketId = null;