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

codeing

parent 3d6a8f0b
......@@ -104,7 +104,6 @@
},
init() {
const self = this
console.log(self.schema);
// 处理要显示的列
if (!self.columns || !self.columns.length) {
_.each(self.schema['columns'], function(column) {
......@@ -137,8 +136,6 @@
request(self.schema.modelUnderscorePlural, {
params: params
}).then(resp => {
console.log('=============')
console.log(self.schema.modelUnderscorePlural)
self.list = resp.data
// 匹配需要展示的用户
_.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