Browse Source

fastadmin的bug

lizhen_gitee 8 months ago
parent
commit
6087514a9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/require-table.js

+ 1 - 1
public/assets/js/require-table.js

@@ -769,7 +769,7 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table
                     return html.join(' ');
                 },
                 file: function (value, row, index) {
-                    Table.api.formatter.files.call(this, value, row, index);
+                    return Table.api.formatter.files.call(this, value, row, index);
                 },
                 files: function (value, row, index) {
                     value = value == null || value.length === 0 ? '' : value.toString();