如果编辑源页面没有打开,无需更新

This commit is contained in:
haiyangcui
2020-09-13 14:51:22 +02:00
parent 0bb6409687
commit 5b0211b2ed

View File

@@ -80,8 +80,10 @@ export default {
this.detail = {
show: false
}
this.editSites = {
show: false
if (this.editSites.show === true) {
this.editSites = {
show: false
}
}
}
}