【页面刷新】靶段标记等页面关闭时,需要刷新数据
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
56bc2bc5cd
commit
8122464fbb
|
|
@ -139,6 +139,18 @@ export default {
|
||||||
uploadStatus: 'upload',
|
uploadStatus: 'upload',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
downloadImageVisible(v) {
|
||||||
|
if (!v) {
|
||||||
|
this.getList()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
uploadImageVisible(v) {
|
||||||
|
if (!v) {
|
||||||
|
this.getList()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -235,6 +235,11 @@ export default {
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
TargetSection_visible(v) {
|
||||||
|
if (!v) {
|
||||||
|
this.getList()
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
window.addEventListener('message', this.receiveMsg)
|
window.addEventListener('message', this.receiveMsg)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue