mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增数据请求接口
This commit is contained in:
Vendored
+3
-1
@@ -15,7 +15,9 @@ export type ConfigType = {
|
||||
|
||||
// 数据请求
|
||||
interface requestConfig {
|
||||
data: RequestConfigType
|
||||
data: RequestConfigType,
|
||||
// 暂时约定为数据存储区域(未使用)
|
||||
requestData: any
|
||||
}
|
||||
|
||||
// Echarts 数据类型
|
||||
|
||||
Reference in New Issue
Block a user