@tplc/business 0.3.39 → 0.3.40

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.40](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.39...v0.3.40) (2025-02-12)
6
+
5
7
  ### [0.3.39](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.38...v0.3.39) (2025-02-12)
6
8
 
7
9
 
@@ -4,7 +4,7 @@
4
4
  v-for="item in buttonList"
5
5
  :key="item.buttonName"
6
6
  @click="link({ item })"
7
- @refresh="$emit('refresh')"
7
+ @refresh="$emit('refresh', { item })"
8
8
  >
9
9
  <wd-button v-bind="getBtnProps(item)" :size="size">{{ item.buttonName }}</wd-button>
10
10
  </lcb-action-view>
@@ -29,7 +29,7 @@
29
29
  <view class="flex-1" v-if="!noIcons"></view>
30
30
  <BtnViews
31
31
  :button-list="buttonList"
32
- @refresh="emits('refresh')"
32
+ @refresh="emits('refresh', $event)"
33
33
  @cancel="emits('cancel')"
34
34
  :size="size"
35
35
  />
@@ -21,6 +21,7 @@ export interface IPageBtn {
21
21
  requestParam?: {
22
22
  orderNo: string
23
23
  }
24
+ refreshCurrentPage?: boolean
24
25
  jumpType?: 1 | 2 | 10 | 11 | 12 | 13 | 14 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 88
25
26
  jumpUrl: string
26
27
  requestUrl: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.39",
3
+ "version": "0.3.40",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -19,6 +19,7 @@ export interface IPageBtn {
19
19
  requestParam?: {
20
20
  orderNo: string
21
21
  }
22
+ refreshCurrentPage?: boolean
22
23
  jumpType?: 1 | 2 | 10 | 11 | 12 | 13 | 14 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 88
23
24
  jumpUrl: string
24
25
  requestUrl: string