From 03782f7635613e67b0ea6be0a2c8f87bccd336a5 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: Tue, 21 May 2024 15:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commonBookTags/shopproductTable.vue | 2 +- .../course/nationalStudiesOperationsList.vue | 4 +-- src/views/modules/course/operationsList.vue | 34 +++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/components/commonBookTags/shopproductTable.vue b/src/views/components/commonBookTags/shopproductTable.vue index 2501387..fbbf23e 100644 --- a/src/views/components/commonBookTags/shopproductTable.vue +++ b/src/views/components/commonBookTags/shopproductTable.vue @@ -281,7 +281,7 @@ export default { else { form.current = this.pageIndex; await this.$http({ - url: this.$http.adornUrl(this.urlList.getNotToLabelList), + url: this.$http.adornUrl(this.urlList.getNotToLabelList||this.urlList.CanBindProductList), method: "post", data: this.$http.adornData(form) }).then(({ data }) => { diff --git a/src/views/modules/course/nationalStudiesOperationsList.vue b/src/views/modules/course/nationalStudiesOperationsList.vue index 57aaf95..b42bbde 100644 --- a/src/views/modules/course/nationalStudiesOperationsList.vue +++ b/src/views/modules/course/nationalStudiesOperationsList.vue @@ -534,8 +534,8 @@ export default { this.$nextTick(async () => { this.$refs.commonTree.setCurrentNodeShow(data.market.id); - this.addForm = data.result; - this.currentNode = { data: { ...data.result } }; + this.addForm = data.market; + this.currentNode = { data: { ...data.market } }; this.$message({ message: "操作成功", type: "success", diff --git a/src/views/modules/course/operationsList.vue b/src/views/modules/course/operationsList.vue index 57aaf95..ff8ce13 100644 --- a/src/views/modules/course/operationsList.vue +++ b/src/views/modules/course/operationsList.vue @@ -2,7 +2,7 @@