From d30e19e44661993d570a2b6ce696660b630a3c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 9 May 2024 13:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=BB=91=E5=AE=9A=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/commonBookTags/shopproduct.vue | 9 +- .../commonBookTags/shopproductTable.vue | 21 +- .../modules/course/course-add-or-update.vue | 47 +- .../shop/commonBookTags/commonTags1.vue | 758 ++++++++++ .../shop/commonBookTags/correlation.vue | 655 +++++++++ .../shop/commonBookTags/operationsList.vue | 1252 +++++++++++++++++ .../modules/shop/commonBookTags/tags.vue | 255 ++-- src/views/modules/shop/curriculum.vue | 5 - .../shop/shopproduct-add-or-update.vue | 1158 ++++++++------- src/views/modules/shop/shopproduct.vue | 71 +- 10 files changed, 3565 insertions(+), 666 deletions(-) create mode 100644 src/views/modules/shop/commonBookTags/commonTags1.vue create mode 100644 src/views/modules/shop/commonBookTags/correlation.vue create mode 100644 src/views/modules/shop/commonBookTags/operationsList.vue diff --git a/src/views/components/commonBookTags/shopproduct.vue b/src/views/components/commonBookTags/shopproduct.vue index 85498cd..cc81f00 100644 --- a/src/views/components/commonBookTags/shopproduct.vue +++ b/src/views/components/commonBookTags/shopproduct.vue @@ -1,5 +1,5 @@ @@ -163,7 +193,9 @@ import chooseBook from "./chooseBook.vue"; import curriculum from "./curriculum.vue"; import AddOrUpdate from "./shopproduct-add-or-update"; // import AddOrUpdate from "./shopproduct-add-or-update"; -import commonTags from "./commonBookTags/commonTags.vue"; +import commonTree from "@/views/components/commonBookTags/tags.vue"; +import commonTags from "./commonBookTags/commonTags1.vue"; +import correlation from "./commonBookTags/correlation.vue"; export default { data() { return { @@ -187,7 +219,8 @@ export default { curriculum, AddOrUpdate, chooseBook, - commonTags + commonTags, + correlation }, activated() { this.getDataList(); @@ -198,6 +231,11 @@ export default { this.$refs.commonTags.open(id); }); }, + handleEditCorrelation(id) { + this.$nextTick(() => { + this.$refs.correlation.open(id); + }); + }, closeBookf() { this.chooseBookVisible = false; }, @@ -249,6 +287,7 @@ export default { }, // 新增 / 修改 addOrUpdateHandle(id) { + console.log(11111111111111111); this.addOrUpdateVisible = true; this.$nextTick(() => { this.$refs.addOrUpdate.init(id);