edb65eb4 by yuanbo

增加注释

1 parent 521819ae
......@@ -438,6 +438,12 @@
}
},
methods: {
/**
* @description: handleClick
* @param {*} event
* @param {*} tab
* @author: renchao
*/
handleClick (event, tab) {
if (this.activeName != 1) {
this.isShow = false
......@@ -445,17 +451,30 @@
this.isShow = true
}
},
/**
* @description: 身份证打卡器
* @param {*} row
* @author: renchao
*/
handlesYhSelect (row) {
this.$emit("updateDetail", _.cloneDeep(row));
this.$emit("input", false);
},
/**
* @description: handleSearch
* @author: renchao
*/
handleSearch () { },
/**
* @description: handleCurrentChange
* @param {*} val
* @author: renchao
*/
handleCurrentChange (val) {
console.log(val);
},
/**
* @description: 身份证打卡器
* @param {*} row
* @author: renchao
*/
readClick () {
......