diff --git a/src/common/style/pdabasic.css b/src/common/style/pdabasic.css index 841653fc..65f1521e 100644 --- a/src/common/style/pdabasic.css +++ b/src/common/style/pdabasic.css @@ -773,7 +773,7 @@ page { .page-footer { /* color: #fff; */ - line-height: 100rpx; + /* line-height: 100rpx; */ /* 不放大不缩小固定100rpx */ flex: 0 0 100rpx; /* background-color: #00AAFF; */ diff --git a/src/mycomponents/location/locationCompare.vue b/src/mycomponents/location/locationCompare.vue index 76c47399..54d968be 100644 --- a/src/mycomponents/location/locationCompare.vue +++ b/src/mycomponents/location/locationCompare.vue @@ -1,30 +1,31 @@ diff --git a/src/pages/productionReturn/job/returnDetail.vue b/src/pages/productionReturn/job/returnDetail.vue index aaf3e51d..983baaf4 100644 --- a/src/pages/productionReturn/job/returnDetail.vue +++ b/src/pages/productionReturn/job/returnDetail.vue @@ -156,6 +156,7 @@ const getDetail = () => { detailSource.value = getDataSource(subList.value) titleInfo.value = subList.value[0] uni.hideLoading() + toLocationAreaTypeList.value = getDirectoryItemArray(jobContent.value.toAreaTypes) } else { showMessage('列表数据为0') } @@ -315,7 +316,7 @@ const checkLocation = () => { comScanLocation.value.showLocation() }) - return (isPass = false) + return isPass = false } return isPass }