From 048168d82b7e8eaca78d9170ff7af663fc07db75 Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Thu, 14 Dec 2023 09:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=9B=9E=E6=98=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outsourced/components/edit.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/keyprojects/outsourced/components/edit.vue b/src/views/keyprojects/outsourced/components/edit.vue index e5cb9f6..afb621c 100644 --- a/src/views/keyprojects/outsourced/components/edit.vue +++ b/src/views/keyprojects/outsourced/components/edit.vue @@ -454,17 +454,17 @@ export default { immediate: false }, - 'form.ENDTIME': { - handler: function() { - // eslint-disable-next-line no-unused-vars - var time = formatDate(new Date(), 'YYYY-MM-DD') - if (this.form.ENDTIME > time) { - this.form.STATE = '1' - } else { - this.form.STATE = '2' - } - } - }, + // 'form.ENDTIME': { + // handler: function() { + // // eslint-disable-next-line no-unused-vars + // var time = formatDate(new Date(), 'YYYY-MM-DD') + // if (this.form.ENDTIME > time) { + // this.form.STATE = '1' + // } else { + // this.form.STATE = '2' + // } + // } + // }, TRAINING_TIME: function(newData, oldData) { if (!newData) {