cloud-web-corejs 1.0.54-dev.713 → 1.0.54-dev.714

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.713",
4
+ "version": "1.0.54-dev.714",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -928,7 +928,7 @@ const autocompleteConfig = {
928
928
  //condition传值格式:勾选后关键词以 { condition:[{field,value,filter:'like'}], current,size,searchCount } 结构传递
929
929
  conditionFormat: true,
930
930
  //condition格式下的分页条数
931
- conditionSize: 100,
931
+ conditionSize: 200,
932
932
  //condition格式下查询的数据表(taBm),留空则取字段本身 keyName
933
933
  conditionTaBm: null,
934
934
  prefixIcon: null,