Browse Source

图标更换

MaiXinRong 3 weeks atrás
parent
commit
b6a9b7429d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/file_detail.js

+ 1 - 1
app/public/js/file_detail.js

@@ -1040,7 +1040,7 @@ $(document).ready(function() {
             if (!this.tenderTree) {
                 const tenders = await postDataAsync('file/rela/tender', {});
                 const sortNodes = tenders.map(x => {
-                    return { id: x.id, tree_pid: -1, name: x.name, source_node: x };
+                    return { id: x.id, tree_pid: -1, name: x.name, source_node: x, icon: '/public/css/ztree/img/diy/11.png' };
                 });
                 this.tenderTree = this.filingTree = $.fn.zTree.init($('#rela-tender'), this.treeSetting, sortNodes);
             }