wxw
1 天以前 4c49b591b3833a2752634355cb37b0a74923e916
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 // 解析数据列表
    };
  },
               ]]
            });
            
         }