From fafc30647691bd9d3105dd614ac9fd31008aed6a Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 7 Nov 2025 17:14:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 310b287c..060d0018 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -912,19 +912,19 @@ export default { }, unitChange(val){ setTimeout(()=>{ - this.GetProData() + // this.GetProData() },500) }, // 获取 工程名称 列表数据 async GetProData() { const params = { unitId: this.queryParams.leaseUnitId} - const res = await getProjectList(params) + const res = await getProjectList({}) this.proList = res.data this.queryParams.leaseProjectId=null }, proChange(val){ setTimeout(()=>{ - this.GetUnitData() + // this.GetUnitData() },500) }, // 分公司下拉