We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb52d8c commit 8e91b88Copy full SHA for 8e91b88
docs/低代码数据渲染.md
@@ -39,18 +39,18 @@
39
40
1. **KPageContainer.getSaveInfo()**:
41
42
- ``` js
43
- getSaveInfo() {
44
- if (this.$refs.KFormBuild && this.$refs.KFormBuild.getSaveInfo) {
45
- return this.$refs.KFormBuild.getSaveInfo()
46
- } else {
47
- return {
48
- expandParam: [],
49
- kformParam: []
50
- }
51
52
- },
53
- ```
+ ``` js
+ getSaveInfo() {
+ if (this.$refs.KFormBuild && this.$refs.KFormBuild.getSaveInfo) {
+ return this.$refs.KFormBuild.getSaveInfo()
+ } else {
+ return {
+ expandParam: [],
+ kformParam: []
+ }
+ },
+ ```
54
55
2. **KFormBuild.getSaveInfo()**:
56
0 commit comments