mrzcc
2020-02-17 e64d8b88b4c177360874f5d6ea46d67f8495cdfc
WebService/src/main/resources/components/menuPackage/add-menu/addMenu.js
@@ -97,7 +97,7 @@
                    return ;
                }
                vc.component.addMenuInfo.communityId = vc.getCurrentCommunity().communityId;
                //vc.component.addMenuInfo.communityId = vc.getCurrentCommunity().communityId;
                //不提交数据将数据 回调给侦听处理
                if(vc.notNull($props.callBackListener)){
                    vc.emit($props.callBackListener,$props.callBackFunction,vc.component.addMenuInfo);