hfxc226 3 vuotta sitten
vanhempi
commit
24dd2adfb8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)