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 @@