From ef7d3d7a1a0b946dfa2063637bca92cb13dd3d33 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Fri, 18 Oct 2024 15:33:52 +0800 Subject: [PATCH] =?UTF-8?q?b2c=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/package.json | 2 +- manager/src/components/editor/upload-image.vue | 1 - manager/src/views/goods/goodsOperationSec.vue | 3 ++- manager/src/views/sys/oss-manage/ossManage.vue | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manager/package.json b/manager/package.json index 0289587f..70902515 100644 --- a/manager/package.json +++ b/manager/package.json @@ -32,7 +32,7 @@ "vuedraggable": "^2.23.2", "vuex": "^3.4.0", "xss": "^1.0.7", - "price-color":"1.0.2" + "price-color": "1.0.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.4.4", diff --git a/manager/src/components/editor/upload-image.vue b/manager/src/components/editor/upload-image.vue index c2498522..2c3e2f47 100644 --- a/manager/src/components/editor/upload-image.vue +++ b/manager/src/components/editor/upload-image.vue @@ -66,7 +66,6 @@ import vuedraggable from "vuedraggable"; import {uploadFile} from "@/libs/axios"; // import OssManage from "@/views/sys/oss-manage/ossManage"; import OssManage from "@/views/sys/oss-manage/ossManage.vue"; - export default { name: "upload-image", components: { diff --git a/manager/src/views/goods/goodsOperationSec.vue b/manager/src/views/goods/goodsOperationSec.vue index 17b43f76..93d112e5 100644 --- a/manager/src/views/goods/goodsOperationSec.vue +++ b/manager/src/views/goods/goodsOperationSec.vue @@ -1186,6 +1186,7 @@ export default { } this.goodsParams = response; + //展开选项卡 this.goodsParams.forEach((item) => { this.params_panel.push(item.groupName); @@ -1751,7 +1752,7 @@ export default { }, /** 添加商品 **/ save() { - this.submitLoading = true; + // this.submitLoading = true; this.$refs["baseInfoForm"].validate((valid) => { if (valid) { if (this.baseInfoForm.salesModel === "WHOLESALE") { diff --git a/manager/src/views/sys/oss-manage/ossManage.vue b/manager/src/views/sys/oss-manage/ossManage.vue index 0582d6cc..d6c80d1b 100644 --- a/manager/src/views/sys/oss-manage/ossManage.vue +++ b/manager/src/views/sys/oss-manage/ossManage.vue @@ -890,6 +890,7 @@ export default { }, // 复选框值改变时触发 selectOssChange(e) { + console.log(e) if (e) { this.selectList = e.map(item => {return { id: item.split(',')[0]}}); this.selectCount = e.length;