From c9436984cd97306e713decbf791ef29602c75b3c Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 08 四月 2025 16:04:08 +0800 Subject: [PATCH] 修改成品下单标准传参方式 --- src/views/business/productOrder/components/add.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/business/productOrder/components/add.vue b/src/views/business/productOrder/components/add.vue index b6afc93..b0d63fa 100644 --- a/src/views/business/productOrder/components/add.vue +++ b/src/views/business/productOrder/components/add.vue @@ -1756,7 +1756,7 @@ selectStandardProductList({ model: this.addObj.model ? this.addObj.model : row.model, modelNum: row.modelNum, - standardMethodListIds: val, + standardMethodListId: JSON.stringify(val), state: 1, factory: selectTreeList.join(" - "), cores: row.cores, @@ -1821,7 +1821,7 @@ selectStandardProductList({ model: this.addObj.model ? this.addObj.model : row.model, modelNum: row.modelNum, - standardMethodListIds: val, + standardMethodListId: JSON.stringify(val), state: 1, cores: row.cores, factory: selectTreeList.join(" - "), -- Gitblit v1.9.3