REVIEW OA 请假

This commit is contained in:
shizhong 2023-06-13 12:11:09 +08:00
parent ae48c07bbb
commit c33a40623c
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ export const getLeaveApi = async (id: number) => {
}
// 获得请假申请分页
export const getLeavePageApi = async (params) => {
export const getLeavePageApi = async (params: PageParam) => {
return await request.get({ url: '/bpm/oa/leave/page', params })
}

View File

@ -182,7 +182,7 @@
</el-dialog>
</ContentWrap>
</template>
<script setup>
<script setup name="MpAutoReply">
import { ref, reactive, onMounted, nextTick } from 'vue'
import WxVideoPlayer from '@/views/mp/components/wx-video-play/main.vue'
import WxVoicePlayer from '@/views/mp/components/wx-voice-play/main.vue'