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;