dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory_ys
保安监管系统-验收版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
研判分析更改页面及接口
zhengpz
2021-12-04
cee6fc07cbcfef89a856370b23f3816575c956a9
[zhba/zhba_regulatory_ys.git]
/
src
/
api
/
apply
/
apply.js
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
})
}