增加注释
Showing
1 changed file
with
6 additions
and
5 deletions
... | @@ -96,8 +96,8 @@ export default { | ... | @@ -96,8 +96,8 @@ export default { |
96 | 96 | ||
97 | methods: { | 97 | methods: { |
98 | /** | 98 | /** |
99 | * 初始数据集 | 99 | * @description: 初始数据集 |
100 | * @returns {*[]} | 100 | * @author: renchao |
101 | */ | 101 | */ |
102 | generateData() { | 102 | generateData() { |
103 | const data = []; | 103 | const data = []; |
... | @@ -130,7 +130,8 @@ export default { | ... | @@ -130,7 +130,8 @@ export default { |
130 | }); | 130 | }); |
131 | }, | 131 | }, |
132 | /** | 132 | /** |
133 | * 确定选择 | 133 | * @description: 确定选择 |
134 | * @author: renchao | ||
134 | */ | 135 | */ |
135 | submitForm() { | 136 | submitForm() { |
136 | this.value.forEach((item) => { | 137 | this.value.forEach((item) => { |
... | @@ -153,7 +154,7 @@ export default { | ... | @@ -153,7 +154,7 @@ export default { |
153 | }); | 154 | }); |
154 | }, | 155 | }, |
155 | /** | 156 | /** |
156 | * 监听右侧选中 | 157 | * @description: 监听右侧选中 |
157 | * @param {*} value | 158 | * @param {*} value |
158 | * @author: renchao | 159 | * @author: renchao |
159 | */ | 160 | */ |
... | @@ -161,7 +162,7 @@ export default { | ... | @@ -161,7 +162,7 @@ export default { |
161 | this.item = value; | 162 | this.item = value; |
162 | }, | 163 | }, |
163 | /** | 164 | /** |
164 | * 右侧数据点击排序 | 165 | * @description: 右侧数据点击排序 |
165 | * @param {*} direction | 166 | * @param {*} direction |
166 | * @param {*} key | 167 | * @param {*} key |
167 | * @author: renchao | 168 | * @author: renchao | ... | ... |
-
Please register or sign in to post a comment