sth
This commit is contained in:
parent
fba4b3c058
commit
c88e7ecac5
|
|
@ -411,6 +411,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
||||||
},
|
},
|
||||||
edit: function () {
|
edit: function () {
|
||||||
Controller.api.bindevent();
|
Controller.api.bindevent();
|
||||||
|
},
|
||||||
|
finish: function () {
|
||||||
|
Controller.api.bindevent();
|
||||||
|
|
||||||
console.log("sb:init...");
|
console.log("sb:init...");
|
||||||
// 判断 #c-action 是否存在且有值
|
// 判断 #c-action 是否存在且有值
|
||||||
const $action = $("#c-action");
|
const $action = $("#c-action");
|
||||||
|
|
@ -444,11 +448,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
||||||
// 页面加载时先算一次
|
// 页面加载时先算一次
|
||||||
calculatePerformance();
|
calculatePerformance();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
|
||||||
finish: function () {
|
|
||||||
Controller.api.bindevent();
|
|
||||||
},
|
},
|
||||||
addrecord: function () {
|
addrecord: function () {
|
||||||
Controller.api.bindevent();
|
Controller.api.bindevent();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user