@tplc/business 0.4.40 → 0.4.41

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.41](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.40...v0.4.41) (2025-03-31)
6
+
5
7
  ### [0.4.40](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.39...v0.4.40) (2025-03-31)
6
8
 
7
9
 
@@ -284,7 +284,7 @@ watch(
284
284
  imgList,
285
285
  (newVal) => {
286
286
  Object.keys(newVal).forEach((key) => {
287
- form.value[key] = newVal[key][0]?.url || newVal[key][0]?.response
287
+ form.value[key] = newVal[key][0]?.response || newVal[key][0]?.url
288
288
  })
289
289
  },
290
290
  { deep: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.40",
3
+ "version": "0.4.41",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],