打卡优化

This commit is contained in:
xiezhijun
2021-04-15 11:25:40 +08:00
parent a92941b525
commit 699de4b458
2 changed files with 17 additions and 8 deletions

View File

@ -543,7 +543,9 @@ export default {
.catch(function () {});
},
showPunchLogDetail(data){
this.$refs.punchLogDetailRef.showDialog(data);
this.$refs.punchLogDetailRef.showDialog(data,() => {
this.getList();
});
},
/** 导出按钮操作 */
handleExport() {