|
@@ -154,6 +154,9 @@
|
|
this.MaintainPartList=[]
|
|
this.MaintainPartList=[]
|
|
this.queryMaintainPartList()
|
|
this.queryMaintainPartList()
|
|
},
|
|
},
|
|
|
|
+ searchDel(){
|
|
|
|
+ this.name=''
|
|
|
|
+ },
|
|
queryMaintainPartList(){
|
|
queryMaintainPartList(){
|
|
this.loading=false;
|
|
this.loading=false;
|
|
uni.showLoading({ title: '加载中'});
|
|
uni.showLoading({ title: '加载中'});
|
|
@@ -458,6 +461,7 @@ color: #FFFFFF;font-size: 28rpx;padding-left: 16rpx;
|
|
width: 36rpx;height: 36rpx;padding-top: 23rpx;padding-bottom: 10px;padding-right: 24rpx;
|
|
width: 36rpx;height: 36rpx;padding-top: 23rpx;padding-bottom: 10px;padding-right: 24rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
|
|
+ z-index: 11;
|
|
}
|
|
}
|
|
.simg{
|
|
.simg{
|
|
width: 36rpx;height: 34rpx;margin-top: 25rpx;margin-left:30rpx;
|
|
width: 36rpx;height: 34rpx;margin-top: 25rpx;margin-left:30rpx;
|