59dc3af3 by yuanbo

增加注释

1 parent f7230fd7
......@@ -207,6 +207,11 @@
sendThis(this)
},
methods: {
/**
* @description: clickChange
* @param {*} row
* @author: renchao
*/
clickChange (row) {
this.getCurrentRow(row)
},
......@@ -241,6 +246,11 @@
}
})
},
/**
* @description: handleCurrentChange
* @param {*} val
* @author: renchao
*/
handleCurrentChange (val) {
this.pageData.currentPage = val
this.queryClick()
......