fastadmin 编辑后不刷新页面

        //添加子分类
        addchild: function () {
            Controller.api.sub();
        },

  

        api: {
         
            bindevent: function () {
                Form.api.bindevent($("form[role=form]"));

            },
	    sub:function(){
		Form.api.bindevent($("form[role=form]"),function(data,ret){
			layer.msg("添加成功")
			return false;
			
		})
	    }
        }

  

posted @ 2022-03-24 17:47  叫我亚庆  阅读(650)  评论(0)    收藏  举报