hfxc226 3 gadi atpakaļ
vecāks
revīzija
24dd2adfb8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)