去掉console.log
This commit is contained in:
parent
285e79920f
commit
f334bee3cb
|
@ -122,8 +122,8 @@
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
cancel: function () {
|
cancel: function () {
|
||||||
console.log(this.test.toJMX().xml)
|
// console.log(this.test.toJMX().xml)
|
||||||
// this.$router.push('/api/test/list/all');
|
this.$router.push('/api/test/list/all');
|
||||||
},
|
},
|
||||||
getOptions: function (url) {
|
getOptions: function (url) {
|
||||||
let formData = new FormData();
|
let formData = new FormData();
|
||||||
|
|
Loading…
Reference in New Issue