hfxc226 3 years ago
parent
commit
24dd2adfb8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/dashboard/CheckJobReportWeek.vue

+ 1 - 0
src/views/dashboard/CheckJobReportWeek.vue

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