qx
qx
5 天以前 26a983e0c22f1fe54c91c66c2b52888858e52cd1
src/api/hosp/hzlog.js
@@ -41,7 +41,8 @@
export function delHzlog(id) {
    return request({
        url: '/hosp/hzlog/' + id,
        method: 'delete'
        url: '/hosp/hzlog/remove',
        method: 'delete',
        data:id
    })
}