修复了清楚图片

This commit is contained in:
2020-09-11 20:43:21 +08:00
parent fb81800253
commit 45b6086398

View File

@@ -119,9 +119,10 @@
title: info.message,
type: 'error'
});
this.$refs.upload.clear()
return ;
}
this.$refs.upload.clear()
return ;
this.image = info.data.file_name;
},