style: 移除无用的 log
This commit is contained in:
parent
d754d78ad0
commit
30225b8fd2
|
|
@ -65,7 +65,6 @@ export default {
|
||||||
this.$notify({
|
this.$notify({
|
||||||
title: '模拟表格数据请求完毕'
|
title: '模拟表格数据请求完毕'
|
||||||
})
|
})
|
||||||
console.log(res)
|
|
||||||
this.table = res.list
|
this.table = res.list
|
||||||
this.page.pageTotal = res.page.total
|
this.page.pageTotal = res.page.total
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue