diff --git a/src/views/inspection/inspectionGoods/index.vue b/src/views/inspection/inspectionGoods/index.vue index e55854b..6508576 100644 --- a/src/views/inspection/inspectionGoods/index.vue +++ b/src/views/inspection/inspectionGoods/index.vue @@ -432,7 +432,7 @@ listInspectionGoods(this.queryParams).then(response => { this.inspectionGoodsList = response.data.records; this.inspectionGoodsList.price=this.inspectionGoodsList.price / 100 - this.total = response.total; + this.total = response.data.total; this.loading = false; }); listMallPartners(this.hzsarr).then(response => { diff --git a/src/views/partner/shopadministration/shopadministration.vue b/src/views/partner/shopadministration/shopadministration.vue index c112288..9002cb5 100644 --- a/src/views/partner/shopadministration/shopadministration.vue +++ b/src/views/partner/shopadministration/shopadministration.vue @@ -206,7 +206,13 @@ - + { this.categoryList = res.data; + this.typeLoading = false }) - // listMallPartners(this.hzsarr).then(response => { // this.mallPartnersList = response.rows; // console.log('查询合作商管理列表 ',this.mallPartnersList) @@ -532,6 +539,7 @@ }, /** 重置按钮操作 */ resetQuery() { + this.queryParams.isListing = null this.resetForm("queryForm"); this.handleQuery(); }, diff --git a/src/views/partner/workOrder.vue b/src/views/partner/workOrder.vue index 61de544..7708537 100644 --- a/src/views/partner/workOrder.vue +++ b/src/views/partner/workOrder.vue @@ -314,7 +314,7 @@ - + @@ -350,6 +350,9 @@ > + + + {{ scope.row.sale ? scope.row.sale.name : scope.row.sale }} - - - - - - + +
+ + {{ scope.row.type }} +
+