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