From 2c9626ba5675c7d7ce06c5381d90a8f246514325 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 28 Jan 2026 15:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=B7=A5=E7=A8=8B=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 2 +- src/views/material/stquery/deviceUsingRecord.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index c90fb353..fa9db6a8 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -947,7 +947,7 @@ export default { // 获取 工程名称 列表数据 async GetProData() { const params = { unitId: this.queryParams.leaseUnitId} - const res = await getProData({}) + const res = await getProData(params) this.proList = res.data this.queryParams.leaseProjectId=null }, diff --git a/src/views/material/stquery/deviceUsingRecord.vue b/src/views/material/stquery/deviceUsingRecord.vue index bc2c3142..33ac2d5e 100644 --- a/src/views/material/stquery/deviceUsingRecord.vue +++ b/src/views/material/stquery/deviceUsingRecord.vue @@ -308,7 +308,7 @@ export default { const params = { // projectId: this.queryParams.proId /* */, } - const res = await getProData(params) + const res = await getUnitData() this.unitList = res.data }, unitChange(val){