gaoluyang
2026-06-22 bc365ef47ae4e01754aeadbae26170e11c9bb80e
src/views/lavorissue/ledger/index.vue
@@ -38,7 +38,7 @@
              icon="Delete"
              :disabled="multipleList.length <= 0"
              @click="deleteRow(multipleList.map((item) => item.id))"
          >
           v-hasPermi="['lavorissue:ledger:remove']">
            批量删除
          </el-button>
        </div>
@@ -263,7 +263,7 @@
    type: "warning",
  })
      .then(() => {
        proxy.download(`/lavorIssue/exportCopy`, {season: filters.season}, "劳保台账.xlsx");
        proxy.download(`/lavorIssue/export`, {}, "劳保台账.xlsx");
      })
      .catch(() => {
        proxy.$modal.msg("已取消");