Procházet zdrojové kódy

台账报错问题

zhangyu před 5 roky
rodič
revize
96eb412e3e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/utils/handsontable/notShow.js

+ 2 - 2
src/utils/handsontable/notShow.js

@@ -1002,7 +1002,7 @@ const showTools = {
         ) {
             return {
                 data: item.Path,
-                renderer: text.picType(...{},onlyRead),
+                renderer: text.picType,
                 readOnly: onlyRead
             }
         }
@@ -1097,7 +1097,7 @@ const showTools = {
         ) {
             return {
                 data: item.Path,
-                renderer: text.picType(...{},onlyRead),
+                renderer: text.picType,
                 readOnly: !item.Editable
             }
         }