Commit 232a778b authored by 赵帅's avatar 赵帅

codeing

parent 3d6a8f0b
...@@ -104,7 +104,6 @@ ...@@ -104,7 +104,6 @@
}, },
init() { init() {
const self = this const self = this
console.log(self.schema);
// 处理要显示的列 // 处理要显示的列
if (!self.columns || !self.columns.length) { if (!self.columns || !self.columns.length) {
_.each(self.schema['columns'], function(column) { _.each(self.schema['columns'], function(column) {
...@@ -137,8 +136,6 @@ ...@@ -137,8 +136,6 @@
request(self.schema.modelUnderscorePlural, { request(self.schema.modelUnderscorePlural, {
params: params params: params
}).then(resp => { }).then(resp => {
console.log('=============')
console.log(self.schema.modelUnderscorePlural)
self.list = resp.data self.list = resp.data
// 匹配需要展示的用户 // 匹配需要展示的用户
_.each(self.list, function(item) { _.each(self.list, function(item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment