fuliqi
2025-01-09 e87846bfc7e467836d958632b15a22a901eb51d2
src/views/function/leaveApply.vue
@@ -170,7 +170,6 @@
    mounted() {
        this.getLeaveApplyListAndRender(this.searchParams)
        listUser().then(res => {
            console.log("获取用户", res);
            this.userList = res.rows;
        });
    },