[fix] TestProcessComponent
This commit is contained in:
parent
56fe357662
commit
fe2af97cde
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ func TestProcessComponent(t *testing.T) {
|
||||||
testData(t)
|
testData(t)
|
||||||
args := []interface{}{
|
args := []interface{}{
|
||||||
"pet",
|
"pet",
|
||||||
"fields.filter.edit.props.状态.xProps",
|
"fields.filter.状态.edit.props.xProps",
|
||||||
"remote",
|
"remote",
|
||||||
map[string]interface{}{"select": []string{"name", "status"}, "limit": 2},
|
map[string]interface{}{"select": []string{"name", "status"}, "limit": 2},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue