This commit is contained in:
@@ -139,6 +139,18 @@ export default {
|
||||
uploadStatus: 'upload',
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
downloadImageVisible(v) {
|
||||
if (!v) {
|
||||
this.getList()
|
||||
}
|
||||
},
|
||||
uploadImageVisible(v) {
|
||||
if (!v) {
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getList()
|
||||
},
|
||||
|
||||
@@ -235,6 +235,11 @@ export default {
|
||||
this.getList()
|
||||
}
|
||||
},
|
||||
TargetSection_visible(v) {
|
||||
if (!v) {
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
window.addEventListener('message', this.receiveMsg)
|
||||
|
||||
Reference in New Issue
Block a user