heyang преди 2 години
родител
ревизия
4ff6bafd6a

+ 2 - 2
pages_manage/workbench/problemRectification/rectifyList.vue

@@ -166,7 +166,7 @@
 			//获取列表数据
 			async getList(){
 			    let self = this;
-				self.infoList=[];
+				
 			    let obj = {
 					spStatus:this.getData.zgStatus,
 					isZgStatus:this.getData.isZgStatus,
@@ -278,7 +278,7 @@
 							margin-right:10rpx;
 						}
 						.min-for-name-p{
-							width: 472rpx;
+							width: 468rpx;
 						    font-size:28rpx;
 							display:block;
 							overflow:hidden;

+ 3 - 4
pages_manage/workbench/securityCheck/inspectionRecords.vue

@@ -79,14 +79,12 @@
         },
 		mounted(){
 			let First = uni.getStorageSync('First')
-
+			console.log(First)
 			if(First){//非第一次进入
 				this.getList();
 			}else{//第一次进入
 			  uni.setStorageSync('First', 'true')//设置关键字和其值
 			}
-
-
 		},
         methods: {
 			//顶部tab点击
@@ -155,7 +153,7 @@
 			//获取列表数据
 			async getList(){
 			    let self = this;
-				self.dataList=[];
+				
 				let obj = {
 					pageNum : this.getData.pageNum,
 					pageSize : this.getData.pageSize,
@@ -249,6 +247,7 @@
 		.scroll-box{
 		   // flex:1;
 		    overflow-y scroll;
+			padding-bottom: 128rpx;
 
 		    .for-big-box:last-child{
 		        margin-bottom:180rpx;

+ 2 - 3
pages_manage/workbench/securityCheck/safetyInspect.vue

@@ -14,7 +14,7 @@
 
 <script>
 	import { inspectionRecords } from '@/pages_manage/workbench/securityCheck/inspectionRecords.vue'
-	import { rectifyList } from '@/pages_manage/workbench/problemRectification/rectifyList'
+	import { rectifyList } from '@/pages_manage/workbench/problemRectification/rectifyList.vue'
     export default {
 		components: {
 			inspectionRecords,
@@ -38,7 +38,6 @@
 			}
         },
         onShow() {
-
 			this.dataList=[];
 		    uni.removeStorageSync('First')
 			this.$refs.child.getList()
@@ -46,7 +45,7 @@
         },
 		mounted(){
 
-
+			
 		},
         methods: {
 			//顶部tab点击