From d362e634fcab02e6e444a8fad5b4b76a8a54e035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=85=B5=E5=85=B5?= Date: Thu, 29 Nov 2018 12:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/ui/src/components/JobEditForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web/ui/src/components/JobEditForm.vue b/web/ui/src/components/JobEditForm.vue index e3cc14a..df75858 100644 --- a/web/ui/src/components/JobEditForm.vue +++ b/web/ui/src/components/JobEditForm.vue @@ -173,7 +173,6 @@ export default { var exceptCode = this.action == 'CREATE' ? 201 : 200; this.loading = true; var vm = this; - console.log(vm.$route.query); this.$rest.PUT('job', this.job) .onsucceed(exceptCode, ()=>{vm.$router.push({path:'/job',query:vm.$route.query})}) .onfailed((resp)=>{vm.$bus.$emit('error', resp)})