Bladeren bron

fix: 列表创建情报后更新收录状态

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 jaar geleden
bovenliggende
commit
44bb6f85ba
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/web/templates/pc/supsearch.html

+ 1 - 1
src/web/templates/pc/supsearch.html

@@ -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)