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