From 05ae3a302227e0ee79dc82fb2ee0473cb07f4f0a Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期五, 24 五月 2024 14:46:42 +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