From e79e2dd130b7c31622e497a390b0f6edb965aa71 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 31 Mar 2023 11:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E2=80=94=E6=9D=A1=E5=BA=93=E5=AD=98=E4=B8=AD=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=9A=84=E8=AE=BE=E5=A4=87,=E7=82=B9=E5=87=BB=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E4=BB=8D=E8=83=BD=E6=88=90=E5=8A=9F=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BB=B4=E4=BF=9D=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/DeviceInspectOrderModify.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/inventory/DeviceInspectOrderModify.vue b/src/views/inventory/DeviceInspectOrderModify.vue index fec57b7a..0deefcb7 100644 --- a/src/views/inventory/DeviceInspectOrderModify.vue +++ b/src/views/inventory/DeviceInspectOrderModify.vue @@ -211,6 +211,10 @@ export default { }, methods: { deptChange() { + if(this.inspectOrder.id == null){ + this.inspectOrder.deviceName=null; + this.inspectOrder.code=null; + } this.inspectOrder.invCode = null; this.invList = []; this.getInvList();