This commit is contained in:
hanchaobo
2024-02-05 18:14:59 +08:00
parent b7cae96eb5
commit 77f89d9545
18 changed files with 3338 additions and 1510 deletions
+8
View File
@@ -77,4 +77,12 @@ export function updateBooking(data) {
method: 'post',
data: data
})
}
// 查询按钮列表
export function queryCaseFlowInfo(data) {
return request({
'url': `/case/flow/queryCaseFlowInfo`,
method: 'post',
data: data
})
}