f7230fd7 by yuanbo

增加注释

1 parent d85b97ff
...@@ -215,6 +215,11 @@ ...@@ -215,6 +215,11 @@
215 sendThis(this) 215 sendThis(this)
216 }, 216 },
217 methods: { 217 methods: {
218 /**
219 * @description: clickChange
220 * @param {*} row
221 * @author: renchao
222 */
218 clickChange (row) { 223 clickChange (row) {
219 this.getCurrentRow(row) 224 this.getCurrentRow(row)
220 }, 225 },
...@@ -249,6 +254,11 @@ ...@@ -249,6 +254,11 @@
249 } 254 }
250 }) 255 })
251 }, 256 },
257 /**
258 * @description: handleCurrentChange
259 * @param {*} val
260 * @author: renchao
261 */
252 handleCurrentChange (val) { 262 handleCurrentChange (val) {
253 this.pageData.currentPage = val 263 this.pageData.currentPage = val
254 this.queryClick() 264 this.queryClick()
......