style: 移除无用的 log

This commit is contained in:
FairyEver 2020-05-07 23:21:35 +08:00
parent d754d78ad0
commit 30225b8fd2
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ export default {
this.$notify({
title: '模拟表格数据请求完毕'
})
console.log(res)
this.table = res.list
this.page.pageTotal = res.page.total
})