fix(测试用例): 修复表格渲染时控制台报错

修复表格渲染时控制台报错的问题
This commit is contained in:
song-tianyang 2021-08-31 11:37:26 +08:00 committed by 刘瑞斌
parent a7c1fc434d
commit ce2ce216dc
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,12 @@
return 10;
}
},
selectType: String,
selectType: {
type: Boolean,
default() {
return false;
}
},
tableDataCountInPage: {
type: Number,
default() {