dashboard
repositories
filestore
activity
search
login
main
/
jczz_web
基层智治-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
整改情况场所检查详情弹窗字体修改
guanqb
2024-02-21
82ab3c4478b6bdf7fe101207e0b22ff81c8a5d4d
[jczz_web.git]
/
src
/
api
/
publicSecurity
/
keynoteManage.js
1
2
3
4
5
6
7
8
9
import request from "@/router/axios"
export const applyTaskExamine = (data) => {
return request({
url: "/api/blade-task/task/examine",
method: "post",
data
})
}