flame-plus 0.1.15 → 0.1.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flame-plus",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "private": false,
5
5
  "description": "基于 element-plus 的组件库",
6
6
  "main": "packages/index.ts",
@@ -144,7 +144,7 @@ const queryPageSetting = () => {
144
144
  request.flameRequest({
145
145
  tableName: 'flametableinfo',
146
146
  flameMethod: 'webgetpagesetting',
147
- data: { table_name: 'sys_flame_role', menu_id: null }
147
+ data: { table_name: props.tableName, menu_id: null }
148
148
  })
149
149
  .then(({ items }: any) => {
150
150
  const reportPageSetting: ReportPageSetting = items