Fixiaobai
2023-12-11 5d64e2573f5e0b9dc06891cf441c02b057310e1c
src/views/product/dutyrecord/index.vue
@@ -1022,7 +1022,6 @@
    salarySummaryList() {
      let r = JSON.parse(JSON.stringify(this.salarySummaryListRes))
      const Heji = this.getHeji_tab4(r)
      console.log(Heji)
      Heji.forEach((e) => {
        const idx = r.findLastIndex((x) => e.staffId === x.staffId)
        r = [...r.slice(0, idx + 1), e, ...r.slice(idx + 1)]