解决检测系统商品管理页面不显示的问题
This commit is contained in:
parent
ba90e8c90d
commit
7881c6022b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user