删除调试日志

pull/123/head
刘兵兵 2018-11-29 12:32:17 +08:00
parent dc23f762cc
commit d362e634fc
1 changed files with 0 additions and 1 deletions

View File

@ -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)})