| | |
| | | } |
| | | }) |
| | | } |
| | | // 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({ |