80fa1fe7 by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents 8df9b39e f333b736
......@@ -154,12 +154,17 @@ export default {
},
/**
* 监听右侧选中
* @param {*} value
* @author: renchao
*/
choose(value) {
this.item = value;
},
/**
* 右侧数据点击排序
* @param {*} direction
* @param {*} key
* @author: renchao
*/
publicMobileMethod(direction, key) {
const self = this;
......
......@@ -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 () {
......
......@@ -503,7 +503,6 @@
// 是否持证人变化
/**
* @description: 是否持证人变化
* @param {*} val
* @author: renchao
*/
updaterow () {
......
......@@ -371,7 +371,6 @@
},
/**
* @description: 是否持证人变化
* @param {*} val
* @author: renchao
*/
updaterow () {
......