【修改】监控流程

This commit is contained in:
zhoulingpo
2023-04-28 22:31:55 +08:00
parent 9c3241d552
commit 275949c576
2 changed files with 84 additions and 20 deletions
+7
View File
@@ -17,4 +17,11 @@ export default {
data: data
})
},
deletReport(data){
return request({
url: '/api/report/powerApply/deleteAct',
method: 'post',
data: data
})
}
}