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