refactor: 去掉调试信息

This commit is contained in:
taojinlong
2021-05-12 11:53:50 +08:00
parent 18bb4f382d
commit 622169a33e
3 changed files with 0 additions and 4 deletions

View File

@@ -124,7 +124,6 @@ export default {
},
getData(id) {
if (id) {
debugger
this.requestStatus = 'waiting'
this.message = null
viewData(id, this.filter).then(response => {