解决检测系统商品管理页面不显示的问题

This commit is contained in:
许允枞 2024-11-07 09:20:25 +08:00
parent ba90e8c90d
commit 7881c6022b

View File

@ -449,7 +449,8 @@
getList() {
this.loading = true;
listInspectionGoods(this.queryParams).then(response => {
this.inspectionGoodsList = response.rows;
console.log('resp',response)
this.inspectionGoodsList = response.data.records;
this.inspectionGoodsList.price=this.inspectionGoodsList.price / 100
this.total = response.total;
this.loading = false;