@@ -193,6 +193,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
deliver: function () {
Controller.api.bindevent();
},
+ detail: function () {
+ Controller.api.bindevent();
+ },
api: {
// 解析Config中的JSON字符串的辅助函数