mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
style: 修改请求键名 data 为 request
This commit is contained in:
Vendored
+1
-3
@@ -27,9 +27,7 @@ export type ConfigType = {
|
||||
|
||||
// 数据请求
|
||||
interface requestConfig {
|
||||
data: RequestConfigType,
|
||||
// 暂时约定为数据存储区域(未使用)
|
||||
requestData: any
|
||||
request: RequestConfigType,
|
||||
}
|
||||
|
||||
// Echarts 数据类型
|
||||
|
||||
@@ -41,10 +41,8 @@ export class publicConfig implements PublicConfigType {
|
||||
// 动画
|
||||
animations: []
|
||||
}
|
||||
// 数据
|
||||
public data = { ...requestConfig }
|
||||
// 数据获取
|
||||
public requestData = []
|
||||
// 请求
|
||||
public request = { ...requestConfig }
|
||||
// 数据过滤
|
||||
public filter = undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user