From be290203369f9cbd618948901f79db5964bf01a6 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 20 十二月 2024 10:48:40 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei --- admin/src/views/workorder/components/OperaYwWorkorderWindow.vue | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue b/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue index b524ba3..4f8ce99 100644 --- a/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue +++ b/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue @@ -142,35 +142,35 @@ this.getCate() // 鏂板缓 if (target == null) { + this.form = { + id: null, + editDate: '', + floor: '', + title: '', + remark: '', + status: '', + sortnum: '', + content: '', + getDate: '', + projectId: '', + buildingId: '', + floorId: '', + roomId: '', + userId: '', + submitDate: '', + cateId: '', + areaType: '0', + code: '', + dealStatus: '', + dispatchUserId: '', + dispatchDate: '', + dispatchInfo: '', + dealUserId: '', + dealDate: '', + dealInfo: '', + dealType: '' + } this.$nextTick(() => { - this.$refs.form = { - id: null, - editDate: '', - floor: '', - title: '', - remark: '', - status: '', - sortnum: '', - content: '', - getDate: '', - projectId: '', - buildingId: '', - floorId: '', - roomId: '', - userId: '', - submitDate: '', - cateId: '', - areaType: '0', - code: '', - dealStatus: '', - dispatchUserId: '', - dispatchDate: '', - dispatchInfo: '', - dealUserId: '', - dealDate: '', - dealInfo: '', - dealType: '' - } this.buildList = [] this.roomList = [] this.levelList = [] -- Gitblit v1.9.3