fix: 去掉调试信息

This commit is contained in:
韦荣超 2022-03-07 11:54:30 +08:00
parent 05c8a6e664
commit 467d05a358

View File

@ -1069,7 +1069,6 @@ export default {
},
openTask(task) {
console.log('openTask',task);
this.$store.dispatch("openTask", task)
},
}