From c19f03bbbe232602bbf7cde343a2d4f58c31a5fd Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期一, 27 五月 2024 13:40:57 +0800 Subject: [PATCH] 功能调整 --- src/components/do/b1-ins-order/add.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue index 279d71a..ff631de 100644 --- a/src/components/do/b1-ins-order/add.vue +++ b/src/components/do/b1-ins-order/add.vue @@ -1145,7 +1145,8 @@ this.getProductLoad = true this.$axios.post(this.$api.standardTree.selectStandardProductList, { model: row.model + '-' + row.modelNum, - standardMethodListId: val + standardMethodListId: val, + factory: this.selectTree, }, { headers: { 'Content-Type': 'application/json' -- Gitblit v1.9.3