hfxc226 3 年之前
父節點
當前提交
24dd2adfb8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)