From 9cf71eedcd21d15f0385c14296498fe9b008cc45 Mon Sep 17 00:00:00 2001 From: mch <1332099529@qq.com> Date: Tue, 11 Jul 2023 09:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BD=95=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/unitGrouping/unitGroupCategory.vue | 4 ++-- src/views/common-settings/SampleGroup.vue | 3 ++- src/views/fee-settings/SysParmType.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/unitGrouping/unitGroupCategory.vue b/src/components/unitGrouping/unitGroupCategory.vue index c1e5201..db3b0fd 100644 --- a/src/components/unitGrouping/unitGroupCategory.vue +++ b/src/components/unitGrouping/unitGroupCategory.vue @@ -283,8 +283,8 @@ export default { console.log(price); this.addrulst.push({ asbitemId: "3a0b2f0c-f884-bec4-a350-79b46b455a2d", - price: prices, - // price: this.psrice, + // price: prices, + price: this.psrice, customerOrgGroupId: this.personnelUnit.customerOrgGroupId, }); }); diff --git a/src/views/common-settings/SampleGroup.vue b/src/views/common-settings/SampleGroup.vue index 83452d2..2dd0631 100644 --- a/src/views/common-settings/SampleGroup.vue +++ b/src/views/common-settings/SampleGroup.vue @@ -466,7 +466,8 @@ export default { // 获取项目类别接口 posjectlist() { projectlist().then((res) => { - this.projectid = res.data.items; + console.log(res); + this.projectid = res.data; }); }, handlechang(value, direction, movedkeys) { diff --git a/src/views/fee-settings/SysParmType.vue b/src/views/fee-settings/SysParmType.vue index f321972..642b795 100644 --- a/src/views/fee-settings/SysParmType.vue +++ b/src/views/fee-settings/SysParmType.vue @@ -37,7 +37,7 @@ - +