|
@@ -455,7 +455,7 @@ export default {
|
|
|
if (res.data.images) {
|
|
|
const images = res.data.images.split(',')
|
|
|
_this.imageSet = images
|
|
|
- if (this.pageType === 'add') {
|
|
|
+ if (this.pageType === 'add' || (this.pageType === 'edit' && res.data.publishState != 'PUBLISH')) {
|
|
|
_this.$refs.imageSet.setFileList(images)
|
|
|
}
|
|
|
}
|