Browse Source

提交代码

陈少旭 1 year ago
parent
commit
8c2fcb0244
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/workforce/components/editTableData.vue

+ 1 - 0
src/xt_pages/workforce/components/editTableData.vue View File

@@ -2446,6 +2446,7 @@ export default {
2446 2446
           week_type: "3",
2447 2447
           week_name: this.editableTabs[2].tableWeekArrage[b].week,
2448 2448
         };
2449
+
2449 2450
         saveOrEditTempData.push(obj);
2450 2451
       }
2451 2452