@@ -236,6 +236,7 @@ export default {
},
handleAdd (record) {
this.confirmLoading = true
+ record.detailList = null
saveWorkHour(record)
.then((res) => {
this.$message.info(res.data)