From 1087a705a1c6b39df2a4094ec66ca3d0976bf039 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Thu, 9 Sep 2021 14:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=BC=96=E8=BE=91=20put=E4=B8=BApost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/modules/QuartzJobModal.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/system/modules/QuartzJobModal.vue b/src/views/system/modules/QuartzJobModal.vue index 37f1caf..6e0e598 100644 --- a/src/views/system/modules/QuartzJobModal.vue +++ b/src/views/system/modules/QuartzJobModal.vue @@ -135,13 +135,11 @@ return false } let httpurl = '' - let method = '' + let method = 'post' if(!this.model.id){ httpurl+=this.url.add - method = 'post' }else{ httpurl+=this.url.edit - method = 'put' } let formData = Object.assign(this.model, values) //时间格式化