保安服务企业管理-验收版本
+
liuyg
2021-11-30 aa86c967e50eb669c5013cdde984adfe9f1c5e6a
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
    })
}