|
@@ -229,6 +229,9 @@ export default {
|
|
|
},
|
|
|
//获取选项
|
|
|
async getOptions(row,sign) {
|
|
|
+ if(!sign){
|
|
|
+ row.topN = 10
|
|
|
+ }
|
|
|
if (row) {
|
|
|
// if (row.filedKind != -1 && (row.type == 'Array' || row.type == 'tree')) {
|
|
|
// switch (row.filedKind + '') {
|
|
@@ -611,7 +614,7 @@ export default {
|
|
|
// 加载更多
|
|
|
handleLoading(val) {
|
|
|
val.topN += 10
|
|
|
- this.getOptions(val)
|
|
|
+ this.getOptions(val,1)
|
|
|
},
|
|
|
}
|
|
|
}
|