@ -494,7 +494,6 @@ export default {
},
handleModifyClick(row) {
debugger
this.inputQuery = row;
this.modifyDialogVisible = true;
@ -347,7 +347,6 @@ export default {
this.imgList=[];
previewImage({imageUrl:this.inputQuery.filePath,certFileUrl:this.certFileUrl}).then(response => {
if (response.code === 20000) {
this.imgList=response.data;
}
console.log(this.imgList)
@ -737,7 +737,6 @@ export default {
previewImage({imageUrl:row.filePath,certFileUrl:this.certFileUrl}).then(response => {