|
@@ -86,6 +86,10 @@ export class InspectionListPage implements OnInit {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ showFullScreenImage(data) {
|
|
|
|
+ this.commonService.fullScreenImg(data)
|
|
|
|
+ }
|
|
|
|
+
|
|
deletePicture(index) {
|
|
deletePicture(index) {
|
|
this.imgList.splice(index, 1)
|
|
this.imgList.splice(index, 1)
|
|
let arr = this.imageData.split(',')
|
|
let arr = this.imageData.split(',')
|