@fecp/designer 5.4.89 → 5.4.91

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.
Files changed (41) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
  3. package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
  4. package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
  5. package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
  6. package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
  7. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  8. package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
  9. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  10. package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
  11. package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
  12. package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
  13. package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
  14. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  15. package/es/designer/src/packages/prod/index.vue.mjs +1 -1
  16. package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
  17. package/es/designer.css +64 -64
  18. package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
  19. package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +19 -11
  20. package/es/packages/vue/src/components/table/Table.vue.mjs +6 -3
  21. package/lib/designer/package.json.js +1 -1
  22. package/lib/designer/src/components/DocumentParam.vue.js +1 -1
  23. package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
  24. package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
  25. package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
  26. package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
  27. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  28. package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
  29. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  30. package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
  31. package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
  32. package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
  33. package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
  34. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  35. package/lib/designer/src/packages/prod/index.vue.js +1 -1
  36. package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
  37. package/lib/designer.css +64 -64
  38. package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
  39. package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +19 -11
  40. package/lib/packages/vue/src/components/table/Table.vue.js +6 -3
  41. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const version = "5.4.89";
1
+ const version = "5.4.91";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
9
9
  /* empty css */
10
10
  import { computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
11
11
  import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
12
- import ValueSelector from "./ValueSelector.vue2.mjs";
12
+ import ValueSelector from "./ValueSelector.vue.mjs";
13
13
  import api from "../api/index.mjs";
14
14
  /* empty css */
15
15
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
4
4
  /* empty css */
5
5
  import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
6
6
  import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
7
- import ValueSelector from "./ValueSelector.vue2.mjs";
7
+ import ValueSelector from "./ValueSelector.vue.mjs";
8
8
  /* empty css */
9
9
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
10
10
  import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
16
16
  import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
17
17
  import { defaultProperty } from "../../packages/form/aside/index.mjs";
18
18
  import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
19
- import ValueSelector from "../../components/ValueSelector.vue2.mjs";
19
+ import ValueSelector from "../../components/ValueSelector.vue.mjs";
20
20
  /* empty css */
21
21
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
22
22
  import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
14
14
  import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
15
15
  import { computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
16
16
  import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
17
- import ValueSelector from "../../components/ValueSelector.vue2.mjs";
17
+ import ValueSelector from "../../components/ValueSelector.vue.mjs";
18
18
  import api from "../../api/index.mjs";
19
19
  import { getEditConfigDataSources } from "../utils/common.mjs";
20
20
  import { createDataSource } from "../utils/datasource.mjs";
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
30
30
  /* empty css */
31
31
  /* empty css */
32
32
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
33
- /* empty css */
33
+ /* empty css */
34
34
  import "../../axios/config.mjs";
35
35
  import "../../../../_virtual/FileSaver.min.mjs";
36
36
  import "../../../../_virtual/index.mjs";
@@ -1,4 +1,4 @@
1
- import DialogDialog from "./index.vue.mjs";
1
+ import DialogDialog from "./index.vue2.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogDialog() {
4
4
  const dialogDialogVisible = ref(false);
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
84
84
  import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
85
85
  /* empty css */
86
86
  /* empty css */
87
- /* empty css */
87
+ /* empty css */
88
88
  /* empty css */
89
89
  /* empty css */
90
90
  /* empty css */
@@ -1,4 +1,4 @@
1
- import DialogGlobalDialog from "./index.vue.mjs";
1
+ import DialogGlobalDialog from "./index.vue2.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogGlobalDialog() {
4
4
  const dialogGlobalDialogVisible = ref(false);
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
4
4
  /* empty css */
5
5
  import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
6
6
  import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
7
- import ValueSelector from "../../../../components/ValueSelector.vue2.mjs";
7
+ import ValueSelector from "../../../../components/ValueSelector.vue.mjs";
8
8
  import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
9
9
  import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
10
10
  import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
11
11
  import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
12
12
  import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
13
13
  import emitter from "../../utils/eventBus.mjs";
14
- import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
14
+ import ValueSelector from "../../../components/ValueSelector.vue.mjs";
15
15
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
16
16
  import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
17
17
  import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
17
17
  import { computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
18
18
  import { getCurrentItem } from "../../utils/common.mjs";
19
19
  import "../../utils/eventBus.mjs";
20
- import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
20
+ import ValueSelector from "../../../components/ValueSelector.vue.mjs";
21
21
  import api from "../../../api/index.mjs";
22
22
  import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
23
23
  /* empty css */
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
12
12
  import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
13
13
  import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
14
14
  import emitter from "../../utils/eventBus.mjs";
15
- import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
15
+ import ValueSelector from "../../../components/ValueSelector.vue.mjs";
16
16
  import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
17
17
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
18
18
  import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
52
52
  import "../../../components/TemplateSelector.vue.mjs";
53
53
  import "../../table/default.mjs";
54
54
  /* empty css */
55
- /* empty css */
56
- /* empty css */
55
+ /* empty css */
56
+ /* empty css */
57
57
  import "../../../store/index.mjs";
58
58
  /* empty css */
59
59
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
14
14
  import { useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
15
15
  import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
16
16
  import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
17
- import ValueSelector from "../../components/ValueSelector.vue2.mjs";
17
+ import ValueSelector from "../../components/ValueSelector.vue.mjs";
18
18
  import api from "../../api/index.mjs";
19
19
  /* empty css */
20
20
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
@@ -45,7 +45,7 @@ import { Connection as connection_default, Grid as grid_default, ChatLineSquare
45
45
  /* empty css */
46
46
  import "../../store/index.mjs";
47
47
  /* empty css */
48
- /* empty css */
48
+ /* empty css */
49
49
  /* empty css */
50
50
  /* empty css */
51
51
  /* empty css */
package/es/designer.css CHANGED
@@ -6078,12 +6078,12 @@ body,
6078
6078
  }
6079
6079
  .filter-divider[data-v-43e04541] .el-icon {
6080
6080
  transition: transform 0.3s ease;
6081
- }.dynamic-mode-config .dynamic-row[data-v-fe7f988e] {
6081
+ }.dynamic-mode-config .dynamic-row[data-v-77742d4c] {
6082
6082
  display: flex;
6083
6083
  height: 54px;
6084
6084
  align-items: center;
6085
6085
  }
6086
- .dynamic-mode-config .back-icon[data-v-fe7f988e] {
6086
+ .dynamic-mode-config .back-icon[data-v-77742d4c] {
6087
6087
  display: flex;
6088
6088
  align-items: center;
6089
6089
  justify-content: center;
@@ -6096,11 +6096,11 @@ body,
6096
6096
  margin-left: 4px;
6097
6097
  margin-right: -6px;
6098
6098
  }
6099
- .dynamic-mode-config .back-icon .el-icon[data-v-fe7f988e] {
6099
+ .dynamic-mode-config .back-icon .el-icon[data-v-77742d4c] {
6100
6100
  font-size: 16px;
6101
6101
  font-weight: bold;
6102
6102
  }
6103
- .dynamic-mode-config .template-name[data-v-fe7f988e] {
6103
+ .dynamic-mode-config .template-name[data-v-77742d4c] {
6104
6104
  font-size: 16px;
6105
6105
  font-weight: 600;
6106
6106
  color: #303133;
@@ -6113,7 +6113,7 @@ body,
6113
6113
  display: flex;
6114
6114
  align-items: center;
6115
6115
  }
6116
- .dynamic-mode-config .template-name-line[data-v-fe7f988e] {
6116
+ .dynamic-mode-config .template-name-line[data-v-77742d4c] {
6117
6117
  height: 16px;
6118
6118
  width: 4px;
6119
6119
  background-color: var(--el-color-primary);
@@ -6122,42 +6122,42 @@ body,
6122
6122
  margin-right: 12px;
6123
6123
  margin-top: 2px;
6124
6124
  }
6125
- .dynamic-mode-config .tab-display-section[data-v-fe7f988e] {
6125
+ .dynamic-mode-config .tab-display-section[data-v-77742d4c] {
6126
6126
  flex: 1;
6127
6127
  min-width: 0;
6128
6128
  }
6129
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__header {
6129
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__header {
6130
6130
  margin: 0;
6131
6131
  }
6132
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__nav-wrap::after {
6132
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__nav-wrap::after {
6133
6133
  height: 0;
6134
6134
  }
6135
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__item {
6135
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__item {
6136
6136
  padding: 0 12px;
6137
6137
  }
6138
- .dynamic-mode-config .search-display-section[data-v-fe7f988e] {
6138
+ .dynamic-mode-config .search-display-section[data-v-77742d4c] {
6139
6139
  flex-shrink: 0;
6140
6140
  display: flex;
6141
6141
  align-items: center;
6142
6142
  gap: 12px;
6143
6143
  margin-left: auto;
6144
6144
  }
6145
- .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-fe7f988e] {
6145
+ .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-77742d4c] {
6146
6146
  /* width: 300px; */
6147
6147
  }
6148
- .dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-fe7f988e]:hover {
6148
+ .dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-77742d4c]:hover {
6149
6149
  color: var(--el-color-primary);
6150
6150
  cursor: pointer;
6151
6151
  }
6152
- .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-fe7f988e] {
6152
+ .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-77742d4c] {
6153
6153
  display: flex;
6154
6154
  align-items: center;
6155
6155
  gap: 8px;
6156
6156
  }
6157
- .dynamic-mode-config .search-display-section .optBtn[data-v-fe7f988e] {
6157
+ .dynamic-mode-config .search-display-section .optBtn[data-v-77742d4c] {
6158
6158
  position: relative;
6159
6159
  }
6160
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fe7f988e] {
6160
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c] {
6161
6161
  position: absolute;
6162
6162
  top: -10px;
6163
6163
  right: -10px;
@@ -6174,31 +6174,31 @@ body,
6174
6174
  font-size: 12px;
6175
6175
  z-index: 1;
6176
6176
  }
6177
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fe7f988e]:hover {
6177
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c]:hover {
6178
6178
  background-color: #f56c6c;
6179
6179
  }
6180
- .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-fe7f988e] {
6180
+ .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-77742d4c] {
6181
6181
  display: flex;
6182
6182
  }
6183
- .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-fe7f988e] {
6183
+ .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-77742d4c] {
6184
6184
  pointer-events: none;
6185
6185
  }
6186
- .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-fe7f988e] {
6186
+ .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-77742d4c] {
6187
6187
  margin-right: 4px;
6188
6188
  }
6189
- .dynamic-mode-config .expand-filter-section[data-v-fe7f988e] {
6189
+ .dynamic-mode-config .expand-filter-section[data-v-77742d4c] {
6190
6190
  padding-top: 4px;
6191
6191
  border-top: 1px solid #ebeef5;
6192
6192
  margin-top: 4px;
6193
6193
  }
6194
- .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-fe7f988e] {
6194
+ .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-77742d4c] {
6195
6195
  width: 100%;
6196
6196
  }
6197
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-fe7f988e] {
6197
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-77742d4c] {
6198
6198
  display: flex;
6199
6199
  flex-wrap: wrap;
6200
6200
  }
6201
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item {
6201
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item {
6202
6202
  padding: 2px;
6203
6203
  border: 2px solid transparent;
6204
6204
  border-radius: 2px;
@@ -6207,20 +6207,20 @@ body,
6207
6207
  cursor: move;
6208
6208
  margin-bottom: 4px;
6209
6209
  }
6210
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-form-item__label-wrap {
6210
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__label-wrap {
6211
6211
  margin: 0 0 0 8px !important;
6212
6212
  }
6213
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-form-item__content {
6213
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__content {
6214
6214
  min-width: 150px;
6215
6215
  }
6216
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .form-item-label {
6216
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .form-item-label {
6217
6217
  display: flex;
6218
6218
  align-items: center;
6219
6219
  }
6220
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-input {
6220
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-input {
6221
6221
  width: 150px;
6222
6222
  }
6223
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .delete-icon {
6223
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon {
6224
6224
  position: absolute;
6225
6225
  top: -10px;
6226
6226
  right: -10px;
@@ -6237,19 +6237,19 @@ body,
6237
6237
  font-size: 12px;
6238
6238
  z-index: 1;
6239
6239
  }
6240
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .delete-icon:hover {
6240
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon:hover {
6241
6241
  background-color: #f56c6c;
6242
6242
  }
6243
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-hover {
6243
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover {
6244
6244
  border: 2px dashed #7b99cb !important;
6245
6245
  }
6246
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-hover .delete-icon {
6246
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover .delete-icon {
6247
6247
  display: flex;
6248
6248
  }
6249
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-select {
6249
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-select {
6250
6250
  border: 2px dashed #efa53a !important;
6251
6251
  }
6252
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item__label {
6252
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item__label {
6253
6253
  font-size: 13px;
6254
6254
  color: #606266;
6255
6255
  pointer-events: none;
@@ -6258,18 +6258,18 @@ body,
6258
6258
  display: flex;
6259
6259
  align-items: center;
6260
6260
  }
6261
- [data-v-fe7f988e] .el-checkbox-group {
6261
+ [data-v-77742d4c] .el-checkbox-group {
6262
6262
  display: flex;
6263
6263
  gap: 12px;
6264
6264
  }
6265
- [data-v-fe7f988e] .el-checkbox-group .el-checkbox-button__inner {
6265
+ [data-v-77742d4c] .el-checkbox-group .el-checkbox-button__inner {
6266
6266
  border-radius: 4px;
6267
- }.fec-table[data-v-31719742] {
6267
+ }.fec-table[data-v-afa21886] {
6268
6268
  height: 100%;
6269
6269
  flex-grow: 1;
6270
6270
  padding: 0 16px;
6271
6271
  }
6272
- .fec-table-container[data-v-31719742] {
6272
+ .fec-table-container[data-v-afa21886] {
6273
6273
  width: 100%;
6274
6274
  background: #fff;
6275
6275
  box-sizing: border-box;
@@ -6279,79 +6279,79 @@ body,
6279
6279
  overflow: hidden;
6280
6280
  flex-grow: 1;
6281
6281
  }
6282
- .fec-table-container .fec-vxe-table[data-v-31719742] {
6282
+ .fec-table-container .fec-vxe-table[data-v-afa21886] {
6283
6283
  flex: 1;
6284
6284
  min-height: 0;
6285
6285
  overflow: hidden;
6286
6286
  margin-bottom: 16px;
6287
6287
  }
6288
- .fec-table-container[data-v-31719742] .vxe-table {
6288
+ .fec-table-container[data-v-afa21886] .vxe-table {
6289
6289
  font-size: 14px;
6290
6290
  font-family: inherit;
6291
6291
  }
6292
- .fec-table-container[data-v-31719742] .vxe-table .vxe-sort--asc-btn,
6293
- .fec-table-container[data-v-31719742] .vxe-table .vxe-sort--desc-btn {
6292
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--asc-btn,
6293
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--desc-btn {
6294
6294
  color: #dcdcdc;
6295
6295
  }
6296
- .fec-table-container[data-v-31719742] .vxe-table .serverSort .vxe-sort--asc-btn,
6297
- .fec-table-container[data-v-31719742] .vxe-table .serverSort .vxe-sort--desc-btn {
6296
+ .fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--asc-btn,
6297
+ .fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--desc-btn {
6298
6298
  color: #d3edf9;
6299
6299
  }
6300
- .fec-table-container[data-v-31719742] .vxe-table .serverSort .sort--active {
6300
+ .fec-table-container[data-v-afa21886] .vxe-table .serverSort .sort--active {
6301
6301
  color: var(--el-color-primary);
6302
6302
  }
6303
- .fec-table-container[data-v-31719742] .vxe-table .sort--active {
6303
+ .fec-table-container[data-v-afa21886] .vxe-table .sort--active {
6304
6304
  color: var(--el-color-primary);
6305
6305
  }
6306
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--body-wrapper {
6306
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--body-wrapper {
6307
6307
  overflow: auto;
6308
6308
  }
6309
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column {
6309
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
6310
6310
  background-color: #fff;
6311
6311
  }
6312
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column .vxe-cell {
6312
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column .vxe-cell {
6313
6313
  height: 40px !important;
6314
6314
  min-height: 40px !important;
6315
6315
  color: #333;
6316
6316
  }
6317
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--header-inner-wrapper {
6317
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--header-inner-wrapper {
6318
6318
  height: 40px !important;
6319
6319
  }
6320
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column .vxe-cell {
6320
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .vxe-cell {
6321
6321
  padding: 6px !important;
6322
6322
  min-height: 32px !important;
6323
6323
  color: #666;
6324
6324
  font-size: 13px;
6325
6325
  }
6326
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column .c--tooltip,
6327
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column .c--title {
6326
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--tooltip,
6327
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--title {
6328
6328
  height: 32px !important;
6329
6329
  min-height: 32px !important;
6330
6330
  }
6331
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--border-line {
6331
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--border-line {
6332
6332
  border: none;
6333
6333
  border-bottom: 1px solid #ebeef5;
6334
6334
  border-top: 1px solid #ebeef5;
6335
6335
  }
6336
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--scroll-y-handle-appearance,
6337
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--scroll-y-wrapper:after {
6336
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-handle-appearance,
6337
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-wrapper:after {
6338
6338
  border: none !important;
6339
6339
  }
6340
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--scroll-y-top-corner {
6340
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-top-corner {
6341
6341
  display: none !important;
6342
6342
  }
6343
- .fec-table-container[data-v-31719742] .vxe-table .vxe-cell--sort {
6343
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-cell--sort {
6344
6344
  font-size: 14px;
6345
6345
  }
6346
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column,
6347
- .fec-table-container[data-v-31719742] .vxe-table .vxe-footer--column,
6348
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column,
6349
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column,
6350
- .fec-table-container[data-v-31719742] .vxe-table .vxe-footer--column,
6351
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column {
6346
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
6347
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
6348
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column,
6349
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
6350
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
6351
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
6352
6352
  background-image: linear-gradient(#ebeef5, #ebeef5) !important;
6353
6353
  }
6354
- .fec-table-sub[data-v-31719742] .vxe-table .vxe-table--border-line {
6354
+ .fec-table-sub[data-v-afa21886] .vxe-table .vxe-table--border-line {
6355
6355
  border-top: none;
6356
6356
  }
6357
6357
  .custom-dialog {
@@ -6,13 +6,13 @@
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
9
- /* empty css */
10
- import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
11
9
  /* empty css */
12
10
  /* empty css */
13
11
  /* empty css */
14
12
  /* empty css */
15
13
  /* empty css */
14
+ /* empty css */
15
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
16
16
  import { SwipeCell } from "../../../../../../node_modules/vant/es/swipe-cell/index.mjs";
17
17
  import { showConfirmDialog } from "../../../../../../node_modules/vant/es/dialog/function-call.mjs";
18
18
  import "../../../../../../node_modules/vant/es/dialog/index.mjs";
@@ -25,6 +25,7 @@ import { Date } from "../forms/date/index.mjs";
25
25
  import { Number } from "../forms/number/index.mjs";
26
26
  import { handleSearchData } from "../../utils/common.mjs";
27
27
  import { checkFilterMatch } from "../../utils/parseFilterConfig.mjs";
28
+ import { getCurrentVueInstance } from "../../utils/getInstance.mjs";
28
29
  /* empty css */
29
30
  import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
30
31
  import { ElIcon } from "../../../../../node_modules/element-plus/es/components/icon/index.mjs";
@@ -89,32 +90,33 @@ const _sfc_main = {
89
90
  },
90
91
  emits: ["click", "search"],
91
92
  setup(__props, { emit: __emit }) {
93
+ var _a;
92
94
  const props = __props;
93
95
  const emit = __emit;
94
96
  const queryConfig = computed(() => {
95
- var _a;
96
- return ((_a = props.localConfig) == null ? void 0 : _a.queryConfig) || {};
97
+ var _a2;
98
+ return ((_a2 = props.localConfig) == null ? void 0 : _a2.queryConfig) || {};
97
99
  });
98
100
  const dynamicConfig = computed(() => {
99
- var _a;
100
- return ((_a = queryConfig.value) == null ? void 0 : _a.dynamicConfig) || {};
101
+ var _a2;
102
+ return ((_a2 = queryConfig.value) == null ? void 0 : _a2.dynamicConfig) || {};
101
103
  });
102
104
  const activeTab = ref("");
103
105
  const tabConfigs = computed(() => {
104
- var _a, _b, _c, _d;
105
- activeTab.value = ((_b = (_a = dynamicConfig.value) == null ? void 0 : _a.tabConfigs) == null ? void 0 : _b.length) > 0 ? (_c = dynamicConfig.value) == null ? void 0 : _c.tabActive : "";
106
+ var _a2, _b, _c, _d;
107
+ activeTab.value = ((_b = (_a2 = dynamicConfig.value) == null ? void 0 : _a2.tabConfigs) == null ? void 0 : _b.length) > 0 ? (_c = dynamicConfig.value) == null ? void 0 : _c.tabActive : "";
106
108
  return ((_d = dynamicConfig.value) == null ? void 0 : _d.tabConfigs) || [];
107
109
  });
108
110
  const fieldsData = computed(() => {
109
- var _a, _b;
111
+ var _a2, _b;
110
112
  return [
111
- ...((_a = props.localConfig) == null ? void 0 : _a.fieldsData) || [],
113
+ ...((_a2 = props.localConfig) == null ? void 0 : _a2.fieldsData) || [],
112
114
  ...((_b = props.localConfig) == null ? void 0 : _b.hiddenFields) || []
113
115
  ];
114
116
  });
115
117
  const rightButtons = computed(() => {
116
- var _a;
117
- return (((_a = props.localConfig) == null ? void 0 : _a.customBtns.right) || []).filter((item) => {
118
+ var _a2;
119
+ return (((_a2 = props.localConfig) == null ? void 0 : _a2.customBtns.right) || []).filter((item) => {
118
120
  if (!item.showCondition) return true;
119
121
  return checkFilterMatch(
120
122
  item.showCondition,
@@ -162,6 +164,12 @@ const _sfc_main = {
162
164
  });
163
165
  const filterValues = ref({});
164
166
  const searchInputValue = ref("");
167
+ const ctx = getCurrentVueInstance();
168
+ const route = (_a = ctx.$route) == null ? void 0 : _a.path;
169
+ if (route) {
170
+ const routeParams = JSON.parse(sessionStorage.getItem(route));
171
+ searchInputValue.value = JSON.parse(routeParams.filters).dynamicFilter;
172
+ }
165
173
  const showAdvancedFilter = ref(false);
166
174
  const toggleAdvancedFilter = () => {
167
175
  const willShow = !showAdvancedFilter.value;
@@ -469,7 +477,7 @@ const _sfc_main = {
469
477
  };
470
478
  }
471
479
  };
472
- const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fe7f988e"]]);
480
+ const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-77742d4c"]]);
473
481
  export {
474
482
  DynamicQuery as default
475
483
  };
@@ -483,7 +483,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
483
483
  const handlePageChange = ({ pageNo, pageSize }) => {
484
484
  if (dataSourceManager.value) {
485
485
  dataSourceManager.value.updatePagination(pageNo, pageSize);
486
- tableDataFetch(routeParams.value);
486
+ const params = { ...routeParams.value };
487
+ delete params.pageNo;
488
+ delete params.pageSize;
489
+ tableDataFetch(params);
487
490
  }
488
491
  emit("page-change", { pageNo, pageSize });
489
492
  };
@@ -501,7 +504,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
501
504
  if (dataSourceManager.value) {
502
505
  dataSourceManager.value.updateParams(filters);
503
506
  (_a = summaryAllDataManager.value) == null ? void 0 : _a.updateParams(filters);
504
- tableDataFetch(routeParams.value);
507
+ tableDataFetch();
505
508
  clearSelection();
506
509
  } else {
507
510
  searchData.value = filters;
@@ -877,7 +880,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
877
880
  };
878
881
  }
879
882
  });
880
- const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-31719742"]]);
883
+ const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-afa21886"]]);
881
884
  export {
882
885
  _Table as default
883
886
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.4.89";
3
+ const version = "5.4.91";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -11,7 +11,7 @@ require("../../../node_modules/element-plus/es/index.js");
11
11
  ;/* empty css */
12
12
  const vue = require("vue");
13
13
  const index$2 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
14
- const ValueSelector = require("./ValueSelector.vue2.js");
14
+ const ValueSelector = require("./ValueSelector.vue.js");
15
15
  const index = require("../api/index.js");
16
16
  ;/* empty css */
17
17
  const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
@@ -6,7 +6,7 @@ require("../../../node_modules/element-plus/es/index.js");
6
6
  ;/* empty css */
7
7
  const vue = require("vue");
8
8
  const index$1 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
9
- const ValueSelector = require("./ValueSelector.vue2.js");
9
+ const ValueSelector = require("./ValueSelector.vue.js");
10
10
  ;/* empty css */
11
11
  const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
12
12
  const index = require("../../../node_modules/element-plus/es/components/button/index.js");
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
18
18
  const common = require("../../packages/utils/common.js");
19
19
  const index$5 = require("../../packages/form/aside/index.js");
20
20
  const index$6 = require("../../packages/table/aside/index.js");
21
- const ValueSelector = require("../../components/ValueSelector.vue2.js");
21
+ const ValueSelector = require("../../components/ValueSelector.vue.js");
22
22
  ;/* empty css */
23
23
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
24
24
  const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
16
16
  require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
17
17
  const vue = require("vue");
18
18
  const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
19
- const ValueSelector = require("../../components/ValueSelector.vue2.js");
19
+ const ValueSelector = require("../../components/ValueSelector.vue.js");
20
20
  const index$1 = require("../../api/index.js");
21
21
  const common = require("../utils/common.js");
22
22
  const datasource = require("../utils/datasource.js");
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
32
32
  ;/* empty css */
33
33
  ;/* empty css */
34
34
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
35
- ;/* empty css */
35
+ ;/* empty css */
36
36
  require("../../axios/config.js");
37
37
  require("../../../../_virtual/FileSaver.min.js");
38
38
  require("../../../../_virtual/index.js");
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
3
+ const index = require("./index.vue2.js");
4
4
  const vue = require("vue");
5
5
  function useDialogDialog() {
6
6
  const dialogDialogVisible = vue.ref(false);
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
86
86
  require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
87
87
  ;/* empty css */
88
88
  ;/* empty css */
89
- ;/* empty css */
89
+ ;/* empty css */
90
90
  ;/* empty css */
91
91
  ;/* empty css */
92
92
  ;/* empty css */
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
3
+ const index = require("./index.vue2.js");
4
4
  const vue = require("vue");
5
5
  function useDialogGlobalDialog() {
6
6
  const dialogGlobalDialogVisible = vue.ref(false);
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
6
6
  ;/* empty css */
7
7
  const vue = require("vue");
8
8
  const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
9
- const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
9
+ const ValueSelector = require("../../../../components/ValueSelector.vue.js");
10
10
  const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
11
11
  const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
12
12
  const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
13
13
  const vue = require("vue");
14
14
  const common = require("../../utils/common.js");
15
15
  const eventBus = require("../../utils/eventBus.js");
16
- const ValueSelector = require("../../../components/ValueSelector.vue2.js");
16
+ const ValueSelector = require("../../../components/ValueSelector.vue.js");
17
17
  const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
18
18
  const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
19
19
  const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
19
19
  const vue = require("vue");
20
20
  const common = require("../../utils/common.js");
21
21
  require("../../utils/eventBus.js");
22
- const ValueSelector = require("../../../components/ValueSelector.vue2.js");
22
+ const ValueSelector = require("../../../components/ValueSelector.vue.js");
23
23
  const index = require("../../../api/index.js");
24
24
  const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
25
25
  ;/* empty css */
@@ -14,7 +14,7 @@ const vue = require("vue");
14
14
  const common = require("../../utils/common.js");
15
15
  const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
16
16
  const eventBus = require("../../utils/eventBus.js");
17
- const ValueSelector = require("../../../components/ValueSelector.vue2.js");
17
+ const ValueSelector = require("../../../components/ValueSelector.vue.js");
18
18
  const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
19
19
  const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
20
20
  const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
54
54
  require("../../../components/TemplateSelector.vue.js");
55
55
  require("../../table/default.js");
56
56
  ;/* empty css */
57
- ;/* empty css */
58
- ;/* empty css */
57
+ ;/* empty css */
58
+ ;/* empty css */
59
59
  require("../../../store/index.js");
60
60
  ;/* empty css */
61
61
  const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
16
16
  const vue = require("vue");
17
17
  const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
18
18
  const common = require("../utils/common.js");
19
- const ValueSelector = require("../../components/ValueSelector.vue2.js");
19
+ const ValueSelector = require("../../components/ValueSelector.vue.js");
20
20
  const index = require("../../api/index.js");
21
21
  ;/* empty css */
22
22
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
@@ -47,7 +47,7 @@ const index$1 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
47
47
  ;/* empty css */
48
48
  require("../../store/index.js");
49
49
  ;/* empty css */
50
- ;/* empty css */
50
+ ;/* empty css */
51
51
  ;/* empty css */
52
52
  ;/* empty css */
53
53
  ;/* empty css */
package/lib/designer.css CHANGED
@@ -6078,12 +6078,12 @@ body,
6078
6078
  }
6079
6079
  .filter-divider[data-v-43e04541] .el-icon {
6080
6080
  transition: transform 0.3s ease;
6081
- }.dynamic-mode-config .dynamic-row[data-v-fe7f988e] {
6081
+ }.dynamic-mode-config .dynamic-row[data-v-77742d4c] {
6082
6082
  display: flex;
6083
6083
  height: 54px;
6084
6084
  align-items: center;
6085
6085
  }
6086
- .dynamic-mode-config .back-icon[data-v-fe7f988e] {
6086
+ .dynamic-mode-config .back-icon[data-v-77742d4c] {
6087
6087
  display: flex;
6088
6088
  align-items: center;
6089
6089
  justify-content: center;
@@ -6096,11 +6096,11 @@ body,
6096
6096
  margin-left: 4px;
6097
6097
  margin-right: -6px;
6098
6098
  }
6099
- .dynamic-mode-config .back-icon .el-icon[data-v-fe7f988e] {
6099
+ .dynamic-mode-config .back-icon .el-icon[data-v-77742d4c] {
6100
6100
  font-size: 16px;
6101
6101
  font-weight: bold;
6102
6102
  }
6103
- .dynamic-mode-config .template-name[data-v-fe7f988e] {
6103
+ .dynamic-mode-config .template-name[data-v-77742d4c] {
6104
6104
  font-size: 16px;
6105
6105
  font-weight: 600;
6106
6106
  color: #303133;
@@ -6113,7 +6113,7 @@ body,
6113
6113
  display: flex;
6114
6114
  align-items: center;
6115
6115
  }
6116
- .dynamic-mode-config .template-name-line[data-v-fe7f988e] {
6116
+ .dynamic-mode-config .template-name-line[data-v-77742d4c] {
6117
6117
  height: 16px;
6118
6118
  width: 4px;
6119
6119
  background-color: var(--el-color-primary);
@@ -6122,42 +6122,42 @@ body,
6122
6122
  margin-right: 12px;
6123
6123
  margin-top: 2px;
6124
6124
  }
6125
- .dynamic-mode-config .tab-display-section[data-v-fe7f988e] {
6125
+ .dynamic-mode-config .tab-display-section[data-v-77742d4c] {
6126
6126
  flex: 1;
6127
6127
  min-width: 0;
6128
6128
  }
6129
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__header {
6129
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__header {
6130
6130
  margin: 0;
6131
6131
  }
6132
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__nav-wrap::after {
6132
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__nav-wrap::after {
6133
6133
  height: 0;
6134
6134
  }
6135
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__item {
6135
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__item {
6136
6136
  padding: 0 12px;
6137
6137
  }
6138
- .dynamic-mode-config .search-display-section[data-v-fe7f988e] {
6138
+ .dynamic-mode-config .search-display-section[data-v-77742d4c] {
6139
6139
  flex-shrink: 0;
6140
6140
  display: flex;
6141
6141
  align-items: center;
6142
6142
  gap: 12px;
6143
6143
  margin-left: auto;
6144
6144
  }
6145
- .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-fe7f988e] {
6145
+ .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-77742d4c] {
6146
6146
  /* width: 300px; */
6147
6147
  }
6148
- .dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-fe7f988e]:hover {
6148
+ .dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-77742d4c]:hover {
6149
6149
  color: var(--el-color-primary);
6150
6150
  cursor: pointer;
6151
6151
  }
6152
- .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-fe7f988e] {
6152
+ .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-77742d4c] {
6153
6153
  display: flex;
6154
6154
  align-items: center;
6155
6155
  gap: 8px;
6156
6156
  }
6157
- .dynamic-mode-config .search-display-section .optBtn[data-v-fe7f988e] {
6157
+ .dynamic-mode-config .search-display-section .optBtn[data-v-77742d4c] {
6158
6158
  position: relative;
6159
6159
  }
6160
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fe7f988e] {
6160
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c] {
6161
6161
  position: absolute;
6162
6162
  top: -10px;
6163
6163
  right: -10px;
@@ -6174,31 +6174,31 @@ body,
6174
6174
  font-size: 12px;
6175
6175
  z-index: 1;
6176
6176
  }
6177
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fe7f988e]:hover {
6177
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c]:hover {
6178
6178
  background-color: #f56c6c;
6179
6179
  }
6180
- .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-fe7f988e] {
6180
+ .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-77742d4c] {
6181
6181
  display: flex;
6182
6182
  }
6183
- .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-fe7f988e] {
6183
+ .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-77742d4c] {
6184
6184
  pointer-events: none;
6185
6185
  }
6186
- .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-fe7f988e] {
6186
+ .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-77742d4c] {
6187
6187
  margin-right: 4px;
6188
6188
  }
6189
- .dynamic-mode-config .expand-filter-section[data-v-fe7f988e] {
6189
+ .dynamic-mode-config .expand-filter-section[data-v-77742d4c] {
6190
6190
  padding-top: 4px;
6191
6191
  border-top: 1px solid #ebeef5;
6192
6192
  margin-top: 4px;
6193
6193
  }
6194
- .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-fe7f988e] {
6194
+ .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-77742d4c] {
6195
6195
  width: 100%;
6196
6196
  }
6197
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-fe7f988e] {
6197
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-77742d4c] {
6198
6198
  display: flex;
6199
6199
  flex-wrap: wrap;
6200
6200
  }
6201
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item {
6201
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item {
6202
6202
  padding: 2px;
6203
6203
  border: 2px solid transparent;
6204
6204
  border-radius: 2px;
@@ -6207,20 +6207,20 @@ body,
6207
6207
  cursor: move;
6208
6208
  margin-bottom: 4px;
6209
6209
  }
6210
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-form-item__label-wrap {
6210
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__label-wrap {
6211
6211
  margin: 0 0 0 8px !important;
6212
6212
  }
6213
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-form-item__content {
6213
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__content {
6214
6214
  min-width: 150px;
6215
6215
  }
6216
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .form-item-label {
6216
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .form-item-label {
6217
6217
  display: flex;
6218
6218
  align-items: center;
6219
6219
  }
6220
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-input {
6220
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-input {
6221
6221
  width: 150px;
6222
6222
  }
6223
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .delete-icon {
6223
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon {
6224
6224
  position: absolute;
6225
6225
  top: -10px;
6226
6226
  right: -10px;
@@ -6237,19 +6237,19 @@ body,
6237
6237
  font-size: 12px;
6238
6238
  z-index: 1;
6239
6239
  }
6240
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .delete-icon:hover {
6240
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon:hover {
6241
6241
  background-color: #f56c6c;
6242
6242
  }
6243
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-hover {
6243
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover {
6244
6244
  border: 2px dashed #7b99cb !important;
6245
6245
  }
6246
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-hover .delete-icon {
6246
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover .delete-icon {
6247
6247
  display: flex;
6248
6248
  }
6249
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-select {
6249
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-select {
6250
6250
  border: 2px dashed #efa53a !important;
6251
6251
  }
6252
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item__label {
6252
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item__label {
6253
6253
  font-size: 13px;
6254
6254
  color: #606266;
6255
6255
  pointer-events: none;
@@ -6258,18 +6258,18 @@ body,
6258
6258
  display: flex;
6259
6259
  align-items: center;
6260
6260
  }
6261
- [data-v-fe7f988e] .el-checkbox-group {
6261
+ [data-v-77742d4c] .el-checkbox-group {
6262
6262
  display: flex;
6263
6263
  gap: 12px;
6264
6264
  }
6265
- [data-v-fe7f988e] .el-checkbox-group .el-checkbox-button__inner {
6265
+ [data-v-77742d4c] .el-checkbox-group .el-checkbox-button__inner {
6266
6266
  border-radius: 4px;
6267
- }.fec-table[data-v-31719742] {
6267
+ }.fec-table[data-v-afa21886] {
6268
6268
  height: 100%;
6269
6269
  flex-grow: 1;
6270
6270
  padding: 0 16px;
6271
6271
  }
6272
- .fec-table-container[data-v-31719742] {
6272
+ .fec-table-container[data-v-afa21886] {
6273
6273
  width: 100%;
6274
6274
  background: #fff;
6275
6275
  box-sizing: border-box;
@@ -6279,79 +6279,79 @@ body,
6279
6279
  overflow: hidden;
6280
6280
  flex-grow: 1;
6281
6281
  }
6282
- .fec-table-container .fec-vxe-table[data-v-31719742] {
6282
+ .fec-table-container .fec-vxe-table[data-v-afa21886] {
6283
6283
  flex: 1;
6284
6284
  min-height: 0;
6285
6285
  overflow: hidden;
6286
6286
  margin-bottom: 16px;
6287
6287
  }
6288
- .fec-table-container[data-v-31719742] .vxe-table {
6288
+ .fec-table-container[data-v-afa21886] .vxe-table {
6289
6289
  font-size: 14px;
6290
6290
  font-family: inherit;
6291
6291
  }
6292
- .fec-table-container[data-v-31719742] .vxe-table .vxe-sort--asc-btn,
6293
- .fec-table-container[data-v-31719742] .vxe-table .vxe-sort--desc-btn {
6292
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--asc-btn,
6293
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--desc-btn {
6294
6294
  color: #dcdcdc;
6295
6295
  }
6296
- .fec-table-container[data-v-31719742] .vxe-table .serverSort .vxe-sort--asc-btn,
6297
- .fec-table-container[data-v-31719742] .vxe-table .serverSort .vxe-sort--desc-btn {
6296
+ .fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--asc-btn,
6297
+ .fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--desc-btn {
6298
6298
  color: #d3edf9;
6299
6299
  }
6300
- .fec-table-container[data-v-31719742] .vxe-table .serverSort .sort--active {
6300
+ .fec-table-container[data-v-afa21886] .vxe-table .serverSort .sort--active {
6301
6301
  color: var(--el-color-primary);
6302
6302
  }
6303
- .fec-table-container[data-v-31719742] .vxe-table .sort--active {
6303
+ .fec-table-container[data-v-afa21886] .vxe-table .sort--active {
6304
6304
  color: var(--el-color-primary);
6305
6305
  }
6306
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--body-wrapper {
6306
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--body-wrapper {
6307
6307
  overflow: auto;
6308
6308
  }
6309
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column {
6309
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
6310
6310
  background-color: #fff;
6311
6311
  }
6312
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column .vxe-cell {
6312
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column .vxe-cell {
6313
6313
  height: 40px !important;
6314
6314
  min-height: 40px !important;
6315
6315
  color: #333;
6316
6316
  }
6317
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--header-inner-wrapper {
6317
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--header-inner-wrapper {
6318
6318
  height: 40px !important;
6319
6319
  }
6320
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column .vxe-cell {
6320
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .vxe-cell {
6321
6321
  padding: 6px !important;
6322
6322
  min-height: 32px !important;
6323
6323
  color: #666;
6324
6324
  font-size: 13px;
6325
6325
  }
6326
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column .c--tooltip,
6327
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column .c--title {
6326
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--tooltip,
6327
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--title {
6328
6328
  height: 32px !important;
6329
6329
  min-height: 32px !important;
6330
6330
  }
6331
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--border-line {
6331
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--border-line {
6332
6332
  border: none;
6333
6333
  border-bottom: 1px solid #ebeef5;
6334
6334
  border-top: 1px solid #ebeef5;
6335
6335
  }
6336
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--scroll-y-handle-appearance,
6337
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--scroll-y-wrapper:after {
6336
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-handle-appearance,
6337
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-wrapper:after {
6338
6338
  border: none !important;
6339
6339
  }
6340
- .fec-table-container[data-v-31719742] .vxe-table .vxe-table--scroll-y-top-corner {
6340
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-top-corner {
6341
6341
  display: none !important;
6342
6342
  }
6343
- .fec-table-container[data-v-31719742] .vxe-table .vxe-cell--sort {
6343
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-cell--sort {
6344
6344
  font-size: 14px;
6345
6345
  }
6346
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column,
6347
- .fec-table-container[data-v-31719742] .vxe-table .vxe-footer--column,
6348
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column,
6349
- .fec-table-container[data-v-31719742] .vxe-table .vxe-body--column,
6350
- .fec-table-container[data-v-31719742] .vxe-table .vxe-footer--column,
6351
- .fec-table-container[data-v-31719742] .vxe-table .vxe-header--column {
6346
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
6347
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
6348
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column,
6349
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
6350
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
6351
+ .fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
6352
6352
  background-image: linear-gradient(#ebeef5, #ebeef5) !important;
6353
6353
  }
6354
- .fec-table-sub[data-v-31719742] .vxe-table .vxe-table--border-line {
6354
+ .fec-table-sub[data-v-afa21886] .vxe-table .vxe-table--border-line {
6355
6355
  border-top: none;
6356
6356
  }
6357
6357
  .custom-dialog {
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
8
8
  ;/* empty css */
9
9
  ;/* empty css */
10
10
  const vue = require("vue");
11
- ;/* empty css */
12
- const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
13
11
  ;/* empty css */
14
12
  ;/* empty css */
15
13
  ;/* empty css */
16
14
  ;/* empty css */
17
15
  ;/* empty css */
16
+ ;/* empty css */
17
+ const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
18
18
  const index$1 = require("../../../../../../node_modules/vant/es/swipe-cell/index.js");
19
19
  const functionCall = require("../../../../../../node_modules/vant/es/dialog/function-call.js");
20
20
  require("../../../../../../node_modules/vant/es/dialog/index.js");
@@ -27,6 +27,7 @@ const index$e = require("../forms/date/index.js");
27
27
  const index$d = require("../forms/number/index.js");
28
28
  const common = require("../../utils/common.js");
29
29
  const parseFilterConfig = require("../../utils/parseFilterConfig.js");
30
+ const getInstance = require("../../utils/getInstance.js");
30
31
  ;/* empty css */
31
32
  const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
32
33
  const index = require("../../../../../node_modules/element-plus/es/components/icon/index.js");
@@ -91,32 +92,33 @@ const _sfc_main = {
91
92
  },
92
93
  emits: ["click", "search"],
93
94
  setup(__props, { emit: __emit }) {
95
+ var _a;
94
96
  const props = __props;
95
97
  const emit = __emit;
96
98
  const queryConfig = vue.computed(() => {
97
- var _a;
98
- return ((_a = props.localConfig) == null ? void 0 : _a.queryConfig) || {};
99
+ var _a2;
100
+ return ((_a2 = props.localConfig) == null ? void 0 : _a2.queryConfig) || {};
99
101
  });
100
102
  const dynamicConfig = vue.computed(() => {
101
- var _a;
102
- return ((_a = queryConfig.value) == null ? void 0 : _a.dynamicConfig) || {};
103
+ var _a2;
104
+ return ((_a2 = queryConfig.value) == null ? void 0 : _a2.dynamicConfig) || {};
103
105
  });
104
106
  const activeTab = vue.ref("");
105
107
  const tabConfigs = vue.computed(() => {
106
- var _a, _b, _c, _d;
107
- activeTab.value = ((_b = (_a = dynamicConfig.value) == null ? void 0 : _a.tabConfigs) == null ? void 0 : _b.length) > 0 ? (_c = dynamicConfig.value) == null ? void 0 : _c.tabActive : "";
108
+ var _a2, _b, _c, _d;
109
+ activeTab.value = ((_b = (_a2 = dynamicConfig.value) == null ? void 0 : _a2.tabConfigs) == null ? void 0 : _b.length) > 0 ? (_c = dynamicConfig.value) == null ? void 0 : _c.tabActive : "";
108
110
  return ((_d = dynamicConfig.value) == null ? void 0 : _d.tabConfigs) || [];
109
111
  });
110
112
  const fieldsData = vue.computed(() => {
111
- var _a, _b;
113
+ var _a2, _b;
112
114
  return [
113
- ...((_a = props.localConfig) == null ? void 0 : _a.fieldsData) || [],
115
+ ...((_a2 = props.localConfig) == null ? void 0 : _a2.fieldsData) || [],
114
116
  ...((_b = props.localConfig) == null ? void 0 : _b.hiddenFields) || []
115
117
  ];
116
118
  });
117
119
  const rightButtons = vue.computed(() => {
118
- var _a;
119
- return (((_a = props.localConfig) == null ? void 0 : _a.customBtns.right) || []).filter((item) => {
120
+ var _a2;
121
+ return (((_a2 = props.localConfig) == null ? void 0 : _a2.customBtns.right) || []).filter((item) => {
120
122
  if (!item.showCondition) return true;
121
123
  return parseFilterConfig.checkFilterMatch(
122
124
  item.showCondition,
@@ -164,6 +166,12 @@ const _sfc_main = {
164
166
  });
165
167
  const filterValues = vue.ref({});
166
168
  const searchInputValue = vue.ref("");
169
+ const ctx = getInstance.getCurrentVueInstance();
170
+ const route = (_a = ctx.$route) == null ? void 0 : _a.path;
171
+ if (route) {
172
+ const routeParams = JSON.parse(sessionStorage.getItem(route));
173
+ searchInputValue.value = JSON.parse(routeParams.filters).dynamicFilter;
174
+ }
167
175
  const showAdvancedFilter = vue.ref(false);
168
176
  const toggleAdvancedFilter = () => {
169
177
  const willShow = !showAdvancedFilter.value;
@@ -471,5 +479,5 @@ const _sfc_main = {
471
479
  };
472
480
  }
473
481
  };
474
- const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-fe7f988e"]]);
482
+ const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-77742d4c"]]);
475
483
  exports.default = DynamicQuery;
@@ -485,7 +485,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
485
485
  const handlePageChange = ({ pageNo, pageSize }) => {
486
486
  if (dataSourceManager.value) {
487
487
  dataSourceManager.value.updatePagination(pageNo, pageSize);
488
- tableDataFetch(routeParams.value);
488
+ const params = { ...routeParams.value };
489
+ delete params.pageNo;
490
+ delete params.pageSize;
491
+ tableDataFetch(params);
489
492
  }
490
493
  emit("page-change", { pageNo, pageSize });
491
494
  };
@@ -503,7 +506,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
503
506
  if (dataSourceManager.value) {
504
507
  dataSourceManager.value.updateParams(filters);
505
508
  (_a = summaryAllDataManager.value) == null ? void 0 : _a.updateParams(filters);
506
- tableDataFetch(routeParams.value);
509
+ tableDataFetch();
507
510
  clearSelection();
508
511
  } else {
509
512
  searchData.value = filters;
@@ -879,5 +882,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
879
882
  };
880
883
  }
881
884
  });
882
- const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-31719742"]]);
885
+ const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-afa21886"]]);
883
886
  exports.default = _Table;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.89",
3
+ "version": "5.4.91",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [