去掉console.log

This commit is contained in:
q4speed 2020-05-12 16:37:01 +08:00
parent 285e79920f
commit f334bee3cb
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@
})
},
cancel: function () {
console.log(this.test.toJMX().xml)
// this.$router.push('/api/test/list/all');
// console.log(this.test.toJMX().xml)
this.$router.push('/api/test/list/all');
},
getOptions: function (url) {
let formData = new FormData();