Browse Source

菜单

master
yaoq 2 years ago
parent
commit
bb1e9ca5ea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      smtweb-framework/bpm/src/main/resources/static/event/bpm/sys/user/menu/menuList.js

+ 1
- 1
smtweb-framework/bpm/src/main/resources/static/event/bpm/sys/user/menu/menuList.js View File

@@ -14,7 +14,7 @@ window.$swEvent.setup("bpm.sys.user.menu.menuList", {
};

const onUrlChange = (value) => {
$model.menuCard.setFormVal("sm_page_url", getPath(value));
/*$model.menuCard.setFormVal("sm_page_url", getPath(value));*/
};

const getPath = (url) => {


Loading…
Cancel
Save