From 54e547a18f14dca0266ad67739bb67e1d82f8403 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Mon, 13 Oct 2025 17:19:33 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- .../projectFront/purchasingManage/purchaseStatusSheet.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8710c159..9ad1de71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zhgdyun", - "version": "0.1.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zhgdyun", - "version": "0.1.0", + "version": "1.0.1", "dependencies": { "@univerjs/core": "^0.4.2", "@univerjs/design": "^0.4.2", diff --git a/src/views/projectFront/purchasingManage/purchaseStatusSheet.vue b/src/views/projectFront/purchasingManage/purchaseStatusSheet.vue index fdea48f2..c752112a 100644 --- a/src/views/projectFront/purchasingManage/purchaseStatusSheet.vue +++ b/src/views/projectFront/purchasingManage/purchaseStatusSheet.vue @@ -1408,7 +1408,7 @@ export default { projectSn: this.$store.state.projectSn, pageNo: 1, pageSize: -1, - id: projectGroupIds + ids: projectGroupIds }).then(res => { this.enterpriseTypeList = res.result.records.filter(item => projectGroupIds.includes(item.id)); if (this.enterpriseTypeList.length == 1 && type != 2) {