imatrix-ui 2.9.20-boe01 → 2.9.20-boe03

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": "imatrix-ui",
3
- "version": "2.9.20-boe01",
3
+ "version": "2.9.20-boe03",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -60,8 +60,9 @@ export default {
60
60
  // 跳转到第一个页面
61
61
  if (this.firstLeafMenu.pageType && this.firstLeafMenu.pageType === 'iframe') {
62
62
  const iframeSrc = this.firstLeafMenu.fullPath
63
- const pageCode = this.firstLeafMenu.path
64
- const query = { src: iframeSrc, customSystem: this.systemCode, pageCode: pageCode, _menuCode: this.firstLeafMenu.code, _menuName: getI18nName(this.firstLeafMenu) }
63
+ // const pageCode = this.firstLeafMenu.path
64
+ const menuName = getI18nName(this.firstLeafMenu)
65
+ const query = { src: iframeSrc, customSystem: this.systemCode, _menuCode: this.firstLeafMenu.code, _menuName: menuName }
65
66
  this.addTabs(query, this.$store.state.tabContent.openTab, '/dsc/iframe-page', '/dsc/iframe-page')
66
67
  this.$router.push({ path: '/dsc-index/iframe-page', query: query })
67
68
  } else {