简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
[Vue warn]: Invalid prop: type check failed for prop “tableData”. Expected array, got Promise
控制台打印数组,到第二页的时候没能打印出来,报错信息报错信息:tableData类型检查失败。 定义的返回结果是Array,但是却得到了Promise原先代码:// 获取后台接口数据async getList() {await fetchList(this.tablePage).then(response => {this.tableData = response.data.itemsthi
Vue + element-ui 后台数据返回前台显示
在原来ASP.NET 网站项目上做的扩展,完整的Vue项目用不了,只能用Vue + element-ui + axios。前台C#:<el-button type="primary" plain icon="el-icon-refresh" size="small" @click="refreshForm()">刷新</el-button><el-ta...
到底了