zhangyu преди 5 години
родител
ревизия
96eb412e3e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
             }
         }