From ed15eeb45a1a9c8c0dafb5a8fd1bd9f1a0ef65ae Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Mon, 9 Feb 2026 15:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E7=BC=96=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/back/component/addReturn.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue index d6c3a052..fb699be9 100644 --- a/src/views/material/back/component/addReturn.vue +++ b/src/views/material/back/component/addReturn.vue @@ -638,11 +638,12 @@ export default { }, mounted() { this.GetUnitData() - this.GetProData() if (this.backId) { //编辑 this.rowId = this.backId this.GetViewByApply() + } else { + this.GetProData() } // getInfo().then((res) => { // this.companyId = res.user.companyId @@ -816,7 +817,7 @@ export default { message: '当前工器具仍有班组在用,请核实退料单位', type: 'warning' }) - + } // 将新项添加到数组开头,实现倒序 this.equipmentList.unshift({ @@ -1218,7 +1219,7 @@ export default { }) } }) - + this.maCodeList = selection // console.log(selection) // this.queryParams.equipmentList = selection