Administrator
2021-08-21 a2e6ef22cc74bdff9d54f986f6e1de7f1b9559ff
src/api/performance/performance.js
@@ -11,16 +11,25 @@
        }
    })
}
// export const getPerformanceInfo = (securityid) => {
//     return request({
//         url: '/api/performance/page',
//         method: 'get',
//         params: {
//             securityid
//         }
//     })
// }
export const getPerformanceInfo = (id) => {
    return request({
        url: '/api/performance/detail',
        method: 'get',
        params: {
            id
        }
    })
}
// export const getPerformanceInfo = (securityid) => {
//     return request({
//         url: '/api/performance/detail',
//         method: 'get',
//         params: {
//             securityid
//         }
//     })
// }
export const add = (row) => {
    return request({