q-koa 8.8.4 → 8.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -183,6 +183,8 @@ exports.showTables = async (ctx) => {
|
|
|
183
183
|
deleteCheckList: lodash.get(target, 'deleteCheckList', []),
|
|
184
184
|
// 批量更新字段
|
|
185
185
|
bulkCreateList: lodash.get(target, 'bulkCreateList', []),
|
|
186
|
+
|
|
187
|
+
fn: app.controller[_model] ? Object.keys(app.controller[_model]) : [],
|
|
186
188
|
}
|
|
187
189
|
})
|
|
188
190
|
|