增加注释
Showing
3 changed files
with
5 additions
and
2 deletions
... | @@ -154,12 +154,17 @@ export default { | ... | @@ -154,12 +154,17 @@ export default { |
154 | }, | 154 | }, |
155 | /** | 155 | /** |
156 | * 监听右侧选中 | 156 | * 监听右侧选中 |
157 | * @param {*} value | ||
158 | * @author: renchao | ||
157 | */ | 159 | */ |
158 | choose(value) { | 160 | choose(value) { |
159 | this.item = value; | 161 | this.item = value; |
160 | }, | 162 | }, |
161 | /** | 163 | /** |
162 | * 右侧数据点击排序 | 164 | * 右侧数据点击排序 |
165 | * @param {*} direction | ||
166 | * @param {*} key | ||
167 | * @author: renchao | ||
163 | */ | 168 | */ |
164 | publicMobileMethod(direction, key) { | 169 | publicMobileMethod(direction, key) { |
165 | const self = this; | 170 | const self = this; | ... | ... |
-
Please register or sign in to post a comment