From 7a6de5f54bcb43c2ef03f2f1bfbc996fc42e10f9 Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 17 Jan 2024 17:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A1=E5=88=92=E5=91=A8?= =?UTF-8?q?=E6=9C=9F=E9=80=89=E6=8B=A9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/plan.vue | 16 +++++----------- src/views/oiling/plan.vue | 5 +++++ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/inspection/plan.vue b/src/views/inspection/plan.vue index bd52a82..09d9133 100644 --- a/src/views/inspection/plan.vue +++ b/src/views/inspection/plan.vue @@ -274,6 +274,7 @@ v-model="addForm.actionCycleType" placeholder="请选择计划周期" style="width: 98%" + @change="changeType" > @@ -303,16 +304,6 @@ v-if="addForm.actionCycleType == 2" > - @@ -879,6 +880,7 @@ export default { showPlanDialog: false, proForm:{}, addForm: { + actionCycleTime:'', orderList: [], }, periodForm: {}, @@ -1089,6 +1091,9 @@ export default { } }, methods: { + changeCycleType(){ + this.addForm = {...this.addForm, actionCycleTime:''} + }, // 切换周期 changePeriod(val) { this.isShowNum = val;