@ddwl/ddwl-ui 1.0.21 → 1.0.22

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
@@ -1,3 +1,12 @@
1
+ ## [1.0.22](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.21...v1.0.22) (2025-07-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * d-search-table 修复表单初始化执行多次问题 ([6df514e](https://121.40.23.60:51888/frontend/ddwl-ui/commits/6df514ea4c8fb57c03ccf579f47634904f8ffc7d))
7
+
8
+
9
+
1
10
  ## [1.0.21](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.20...v1.0.21) (2025-07-16)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddwl/ddwl-ui",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "private": false,
5
5
  "main": "src/main.js",
6
6
  "description": "ddwl组件库",
@@ -34,8 +34,7 @@ export default {
34
34
  },
35
35
  data() {
36
36
  return {
37
- form: {},
38
- complateInit: false
37
+ form: {}
39
38
  }
40
39
  },
41
40
  computed: {
@@ -52,16 +51,9 @@ export default {
52
51
  }
53
52
  }
54
53
  },
55
- watch: {
56
- config: {
57
- handler() {
58
- this.createFormBind()
59
- },
60
- deep: true,
61
- immediate: true
62
- }
54
+ created() {
55
+ this.createFormBind()
63
56
  },
64
- created() { },
65
57
  methods: {
66
58
  createFormBind() {
67
59
  const _form = {};