去掉console.log
This commit is contained in:
parent
285e79920f
commit
f334bee3cb
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue