main #2

Merged
zzyuan merged 10 commits from main into dev 2024-10-12 13:28:09 +08:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 4e1327dc23 - Show all commits

View File

@ -201,7 +201,7 @@
</template>
<script>
import { listMonthlyError,getDetail,exportMonthlyError} from "@/api/attendanceReport/monthlyError";
import { listMonthlyError,getDetail,exportMonthlyError} from "@/api/report/monthlyError";
import { listDept } from "@/api/system/dept";
import { downloadFile } from '@/utils/download'
import Treeselect from "@riophae/vue-treeselect";