Explorar el Código

添加书签问题

MaiXinRong hace 2 días
padre
commit
1a0dbabb93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/public/js/shares/new_tag.js

+ 1 - 1
app/public/js/shares/new_tag.js

@@ -34,7 +34,7 @@ const newTag = function (setting) {
             }
             billsTag.updateDatasAndShow(result);
             billsSheet.repaint();
-            posSheet.repaint();
+            if (posSheet) posSheet.repaint();
             $('#addtag').modal('hide');
         });
     });