作者 wangzhi

后台修改

... ... @@ -61,7 +61,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
Controller.api.bindevent();
},
edit: function () {
$("#c-type_id").data("params", function (obj) {
$("#c-en_user_id").data("params", function (obj) {
return {custom: {type_id: $("#c-type_id").val()}};
});
Controller.api.bindevent();
... ...