修改登录接口 修改监控详情

This commit is contained in:
zhoulingpo
2023-04-21 10:22:05 +08:00
parent 762be6b161
commit 4884bd4b50
5 changed files with 32 additions and 108 deletions
+10
View File
@@ -27,6 +27,16 @@ export default {
method: 'post',
data: data
})
},
// 获取监控流程详情
getMonitorPageList(data){
return request({
url: '/api/task/get_list_by_instance',
method: 'GET',
data: data
})
}
}