标签:func div 文件 nbsp table bin fas javascrip boot
需要在控制器对应的js文件中添加 Form.api.bindevent($("form[role=form]"));
define([‘jquery‘, ‘bootstrap‘, ‘backend‘, ‘table‘, ‘form‘], function ($, undefined, Backend, Table, Form) { var Controller = { index: function () { }, }; Form.api.bindevent($("form[role=form]")); # 这一句是关键 return Controller; });
fastadmin: layer.open 弹出层如何在表单提交之后自动关闭?
标签:func div 文件 nbsp table bin fas javascrip boot
原文地址:http://www.cnblogs.com/bushe/p/7779834.html