保安监管系统-验收版本
zhengpz
2021-12-01 77b0b0b6e5306c5cbdf4c55f7d310a7e869423bd
1
2
3
4
5
6
7
8
9
import request from '@/router/axios';
 
export const update = (row) => {
    return request({
        url: '/api/apply/update',
        method: 'post',
        data: row
    })
}