qingyiay
2023-08-03 76a7460699861269561d715b0ea1eed026edb5b4
获取平均皮重参数修改
1个文件已修改
2 ■■■ 已修改文件
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -559,7 +559,7 @@
                uni.showLoading({
                    title: "加载中"
                })
                this.$reqGet('getAvgSkin').then(res => {
                this.$reqGet('getAvgSkin', { xsUserId1: this.weighList.xsUserId1 }).then(res => {
                    if (res.code === 0) {
                        uni.hideLoading()
                        this.avgSkin = res.data.avgSkin