huminmin
29 分钟以前 fb343ed2054c7ff10356e164b2613597c0520bd0
src/api/viewIndex.js
@@ -44,4 +44,18 @@
        url: '/sales/ledger/getAmountHalfYear',
        method: 'get'
    })
}
}
// 协同待审批和报修待办事项
export const approveAndDeviceTodos = () => {
    return request({
        url: '/home/approveAndDeviceTodos',
        method: 'get'
    })
}
export const noticesCount = () => {
    return request({
        url: '/home/noticesCount',
        method: 'get'
    })
}