1:如 文档上描述的使用方式
2:
mutate((tableProps)=>{ //tableProps是你要修改的数据,可以为类型any
return { //return出去的新数据
...tableProps,
list: [1,2,3]
}
})
1:如 文档上描述的使用方式
2:
mutate((tableProps)=>{ //tableProps是你要修改的数据,可以为类型any
return { //return出去的新数据
...tableProps,
list: [1,2,3]
}
})