@tplc/business 0.7.15 → 0.7.17

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,32 @@
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.7.17](///compare/v0.7.12...v0.7.17) (2025-12-16)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * 修改 class="whitespace-pre-wrap" e138dae
11
+
12
+
13
+ ### 🚀 Chore | 构建/工程依赖/工具
14
+
15
+ * **release:** 0.7.13 89dbdda
16
+ * **release:** 0.7.14 17ab0c3
17
+ * **release:** 0.7.15 678723d
18
+ * **release:** 0.7.16 83aa6dd
19
+
20
+
21
+ ### ✨ Features | 新功能
22
+
23
+ * buitton text f5be12c
24
+ * nav 支持回显 20b1310
25
+ * 修养该数据 4743ee1
26
+ * 更新尺寸 ecad769
27
+ * 查看value 是否存在 5af5ab0
28
+
29
+ ### [0.7.16](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.15...v0.7.16) (2025-12-15)
30
+
5
31
  ### [0.7.15](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.14...v0.7.15) (2025-12-15)
6
32
 
7
33
 
@@ -82,6 +82,10 @@ const getMerchantList = async () => {
82
82
  pageDecorationFlag: true,
83
83
  })
84
84
  merchantList.value = data as Merchant[]
85
+ // 查看value 是否存在
86
+ if (value.value && merchantList.value.find((item) => item.merchantId === value.value)) {
87
+ return
88
+ }
85
89
  title.value = merchantList.value[0].merchantName
86
90
  value.value = merchantList.value[0].merchantId
87
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.7.15",
3
+ "version": "0.7.17",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],