fix: 去掉console.log

This commit is contained in:
q4speed 2020-09-17 18:15:51 +08:00
parent 7ab46caa36
commit 2e2fdebe1e
1 changed files with 1 additions and 2 deletions

View File

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