record
This commit is contained in:
parent
7305d49275
commit
8cce217fa1
|
|
@ -124,7 +124,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
|||
}
|
||||
},
|
||||
{
|
||||
name: 'add-record',
|
||||
name: 'addrecord',
|
||||
text:"备忘",
|
||||
title:"备忘",
|
||||
icon: 'fa fa-list',
|
||||
|
|
@ -245,6 +245,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
|||
finish: function () {
|
||||
Controller.api.bindevent();
|
||||
},
|
||||
addrecord: function () {
|
||||
Controller.api.bindevent();
|
||||
},
|
||||
api: {
|
||||
bindevent: function () {
|
||||
Form.api.bindevent($("form[role=form]"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user