feat: kettle 未运行时,禁用抽取数据

This commit is contained in:
taojinlong
2021-05-10 16:03:56 +08:00
parent 1eb4d7f24b
commit 08f0cd24cb
8 changed files with 96 additions and 21 deletions

View File

@@ -119,4 +119,12 @@ export function fieldValues(fieldId) {
})
}
export function isKettleRunning() {
return request({
url: '/dataset/group/isKettleRunning',
method: 'post',
loading: true
})
}
export default { loadTable, getScene, addGroup, delGroup, addTable, delTable, groupTree }