f7230fd7 by yuanbo

增加注释

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