cloud-web-corejs 1.0.54-dev.571 → 1.0.54-dev.572

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.571",
4
+ "version": "1.0.54-dev.572",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -25,6 +25,9 @@
25
25
  <el-form-item label="查询列表">
26
26
  <el-switch v-model="optionModel.isQueryTable"></el-switch>
27
27
  </el-form-item>
28
+ <el-form-item label="切换tab时自动查询">
29
+ <el-switch v-model="optionModel.searchOnSwitchTab"></el-switch>
30
+ </el-form-item>
28
31
  <el-form-item label="是否显示查询按钮">
29
32
  <el-switch v-model="isShowQueryButton"></el-switch>
30
33
  </el-form-item>
@@ -252,6 +252,7 @@ export const containers = [
252
252
  accessParam: null,
253
253
  accessCallback: null,*/
254
254
  isQueryTable: false,
255
+ searchOnSwitchTab: false,
255
256
  entityTableCode: null,
256
257
  entityTableDesc: null,
257
258