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