fix: 修复knowledge模块因初始化格式不符等导致的warning提示
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
pageObj: { // 分页对象
|
||||
pageNo: 1,
|
||||
pageSize: defaultPageSize,
|
||||
total: ''
|
||||
total: 0
|
||||
},
|
||||
/* 工具参数 */
|
||||
tools: {
|
||||
|
||||
Reference in New Issue
Block a user