@tplc/business 0.4.98 → 0.4.99

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.4.99](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.98...v0.4.99) (2025-05-08)
6
+
5
7
  ### [0.4.98](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.97...v0.4.98) (2025-05-08)
6
8
 
7
9
 
@@ -188,12 +188,12 @@ const onSearch = async () => {
188
188
  if (options.backPageType) {
189
189
  onSelect({
190
190
  link: {
191
- jumpUrl: `/pages/lowcode/lowcode?pageType=${options.backPageType}&keywords=${form?.value?.keywords}`,
191
+ jumpUrl: `/pages/lowcode/lowcode?pageType=${options.backPageType}&keywords=${form?.value?.keywords || ''}`,
192
192
  },
193
193
  } as unknown as ProductInfo)
194
194
  } else {
195
195
  uni.$emit(`${getPreviousPageId()}_filter_change`, {
196
- keywords: form?.value?.keywords,
196
+ keywords: form?.value?.keywords || '',
197
197
  })
198
198
  uni.navigateBack()
199
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.98",
3
+ "version": "0.4.99",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],