fix: 自定义数据集支持 API 数据集

This commit is contained in:
taojinlong 2022-03-04 11:38:28 +08:00
parent 8592c9040e
commit 264efa33bc

View File

@ -84,7 +84,7 @@ export default {
height: 500, height: 500,
data: [], data: [],
fields: [], fields: [],
customType: ['db', 'sql', 'excel'] customType: ['db', 'sql', 'excel', 'api']
} }
}, },
watch: { watch: {