This commit is contained in:
gaochang
2023-12-27 19:25:12 +08:00
parent 5c770409d8
commit 300825d877
8 changed files with 163 additions and 163 deletions

View File

@@ -68,3 +68,10 @@ export function updateCheckRule(data) {
data: data
})
}
export function listSourceIdBytable(id) {
return request({
url: '/data/quality/checkRules/listSourceIdBytable/' + id,
method: 'get'
})
}