admin
昨天 fe73a78d88ab45c61ebca0444712e7fce1df86ef
HTML/views/BaseSetting/Materials.html
@@ -339,15 +339,7 @@
                  {
                     title: '操作', fixed: 'right', align: 'center', toolbar: '#table-content-list', width: 170
                  }
               ]],parseData: function(res) { // 数据解析回调
    console.log('原始返回数据:', res);
    return {
      "code": res.code, // 解析接口状态
      "msg": res.msg, // 解析提示文本
      "count": res.count, // 解析数据长度
      "data": res.data // 解析数据列表
    };
  },
               ]]
            });
            
         }