const [xxx] = useQueryTableColumnsMutation();
useEffect(() => {
queryTableColumns(“xxx”)
.unwrap()
.then((response) => {
});
当接口请求拼接的时候要用模板字符串懂了吧
前端项目实战5-redux-tookit中get请求拼接
阅读 101
2023-02-12
const [xxx] = useQueryTableColumnsMutation();
useEffect(() => {
queryTableColumns(“xxx”)
.unwrap()
.then((response) => {
});
当接口请求拼接的时候要用模板字符串懂了吧
相关推荐
精彩评论(0)