This commit is contained in:
shijingjing
2022-04-25 16:27:08 +08:00
parent fe0b027460
commit 73c49b1c91
3 changed files with 106 additions and 34 deletions

View File

@@ -45,7 +45,6 @@ export default {
categoryType: '1',
}
}).then((res)=>{
console.log(res);
this.list = res.data.records
})
},