From e848db66e6c5f975672055f7d5712b411a4c7e07 Mon Sep 17 00:00:00 2001 From: chendaze <1824191732@qq.com> Date: Thu, 28 Mar 2024 16:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=9A=84=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/CustomerEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/admin/CustomerEdit.vue b/src/views/admin/CustomerEdit.vue index 91709ac..192861a 100644 --- a/src/views/admin/CustomerEdit.vue +++ b/src/views/admin/CustomerEdit.vue @@ -559,8 +559,8 @@ export default { // 照片墙 values.bannerImages = bannerImages console.log('Received values of form: ', values) - values.startDate = moment(values.startDate).format('YYYY-MM-DD') - console.log(values.startDate) + // values.startDate = moment(values.startDate).format('YYYY-MM-DD') + // console.log(values.startDate) this.confirmLoading = true saveCustomer(values).then(res => { if (res.code === 0) {