wuxw
2019-10-14 2aefb7dda696e6d5df6046c531375e7120f6dd52
WebService/src/main/resources/components/menuPackage/addMenuView/addMenuView.js
@@ -57,9 +57,9 @@
                            errInfo:"菜单地址不能为空"
                        },
 {
                            limit:"maxin",
                            param:"2,10",
                            errInfo:"菜单名称必须在2至10字符之间"
                            limit:"maxLength",
                            param:"200",
                            errInfo:"菜单地址不能超过200"
                        },
                    ],
'addMenuViewInfo.seq':[
@@ -98,6 +98,11 @@
            },
            saveAddMenuInfo:function(){
                if(vc.component.addMenuValidate()){
                    vc.emit('addPrivilegeViewInfo','syncData',{
                        name:vc.component.addMenuViewInfo.name,
                        description:vc.component.addMenuViewInfo.description
                    });
                    //侦听回传
                    vc.emit($props.callBackListener,$props.callBackFunction, vc.component.addMenuViewInfo);
                    return ;