增加注释
Showing
1 changed file
with
10 additions
and
0 deletions
| ... | @@ -207,6 +207,11 @@ | ... | @@ -207,6 +207,11 @@ |
| 207 | sendThis(this) | 207 | sendThis(this) |
| 208 | }, | 208 | }, |
| 209 | methods: { | 209 | methods: { |
| 210 | /** | ||
| 211 | * @description: clickChange | ||
| 212 | * @param {*} row | ||
| 213 | * @author: renchao | ||
| 214 | */ | ||
| 210 | clickChange (row) { | 215 | clickChange (row) { |
| 211 | this.getCurrentRow(row) | 216 | this.getCurrentRow(row) |
| 212 | }, | 217 | }, |
| ... | @@ -241,6 +246,11 @@ | ... | @@ -241,6 +246,11 @@ |
| 241 | } | 246 | } |
| 242 | }) | 247 | }) |
| 243 | }, | 248 | }, |
| 249 | /** | ||
| 250 | * @description: handleCurrentChange | ||
| 251 | * @param {*} val | ||
| 252 | * @author: renchao | ||
| 253 | */ | ||
| 244 | handleCurrentChange (val) { | 254 | handleCurrentChange (val) { |
| 245 | this.pageData.currentPage = val | 255 | this.pageData.currentPage = val |
| 246 | this.queryClick() | 256 | this.queryClick() | ... | ... |
-
Please register or sign in to post a comment