|
@@ -3509,7 +3509,7 @@ function checkTagDisabled () {
|
|
|
_this.showPropertyDialog = false
|
|
|
}
|
|
|
if(!_this.showPropertyDialog){
|
|
|
- if(event.key === 'return_status') {
|
|
|
+ if(event.storageArea.return_status == '1') {
|
|
|
const propertyData = localStorage.getItem('property-data')
|
|
|
if(propertyData) {
|
|
|
propertyData = JSON.parse(propertyData)
|