fix: 去掉console.log
This commit is contained in:
parent
7ab46caa36
commit
2e2fdebe1e
|
@ -292,8 +292,7 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
cancel() {
|
cancel() {
|
||||||
console.log(this.test.toJMX().xml)
|
this.$router.push('/api/test/list/all');
|
||||||
// this.$router.push('/api/test/list/all');
|
|
||||||
},
|
},
|
||||||
handleCommand(command) {
|
handleCommand(command) {
|
||||||
switch (command) {
|
switch (command) {
|
||||||
|
|
Loading…
Reference in New Issue