fix: 修复knowledge模块因初始化格式不符等导致的warning提示

This commit is contained in:
刘洪洪
2023-03-09 10:39:26 +08:00
parent 476c49b08f
commit d89c20a75c
6 changed files with 14 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ export default {
pageObj: { // 分页对象
pageNo: 1,
pageSize: defaultPageSize,
total: ''
total: 0
},
/* 工具参数 */
tools: {