From 2a1bdc47915e5e3bdb5964e0e2b459a6b6af2715 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Tue, 23 Jan 2024 15:30:53 +0800 Subject: [PATCH] =?UTF-8?q?2024-1-23-2=20=E5=9F=BA=E7=A1=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=A8=A1=E5=9D=97-=E7=BB=91=E5=AE=9A=E8=BE=85?= =?UTF-8?q?=E5=8A=A9=E8=AE=BE=E5=A4=87=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= =?UTF-8?q?-=E4=B8=B4=E6=97=B6=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/equipment/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/equipment/index.vue b/src/views/wms/equipment/index.vue index e46b308..eaeb7ae 100644 --- a/src/views/wms/equipment/index.vue +++ b/src/views/wms/equipment/index.vue @@ -1569,6 +1569,7 @@ export default { } this.form.workCenter = this.form.workshopCode; this.repairRecordSteps = 0; + this.queryAuxiliaryEquipmentParams.equipmentCode = null; this.open = true; this.title = "修改设备管理"; });