const [xxx] = useQueryTableColumnsMutation();
useEffect(() => {
queryTableColumns(“xxx”)
.unwrap()
.then((response) => {
});
当接口请求拼接的时候要用模板字符串懂了吧
微信扫一扫
const [xxx] = useQueryTableColumnsMutation();
useEffect(() => {
queryTableColumns(“xxx”)
.unwrap()
.then((response) => {
});
当接口请求拼接的时候要用模板字符串懂了吧
相关推荐