我这边是封装好的接口
import { getUserListData } from "@/api/system"; 引入
getUserList() { getUserListData().then((res) => { if (res.status == 200) { this.userOptions = res.data; } }); },
要默认一个花括号
2023-12-26 20:51:51
我这边是封装好的接口
import { getUserListData } from "@/api/system"; 引入
getUserList() { getUserListData().then((res) => { if (res.status == 200) { this.userOptions = res.data; } }); },
要默认一个花括号