保安监管系统-验收版本
+
liuyg
2021-12-01 fadbd95daeb9f807c8b8cba4c8b45f83ca3a3890
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
    })
}