search() { this.$apiPost('自己请求的链接', { 名称: 找自己input的model值 }).then(res => { this.arr = res.data.data }) },
axios 请求链接 搜索功能
最新推荐文章于 2023-03-03 15:40:14 发布
search() { this.$apiPost('自己请求的链接', { 名称: 找自己input的model值 }).then(res => { this.arr = res.data.data }) },