去除不需要代码

ywj_dev
郑明梁 2 years ago
parent 9bfc1ca298
commit 4f70a2a1b6

@ -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) {
debugger
this.imgList=response.data;
}
console.log(this.imgList)

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

Loading…
Cancel
Save