Skip to content

Commit

Permalink
Merge pull request #8 from lbbniu/master_ui_optimize
Browse files Browse the repository at this point in the history
删除调试日志
  • Loading branch information
lbbniu authored Nov 29, 2018
2 parents ab73a7c + d362e63 commit 218a7e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/ui/src/components/JobEditForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)})
Expand Down

0 comments on commit 218a7e5

Please sign in to comment.