parent
cd2ecf5505
commit
59397acce7
|
|
@ -1154,20 +1154,6 @@ var table = {
|
|||
}
|
||||
};
|
||||
$.ajax(config)
|
||||
},
|
||||
// 审核信息
|
||||
audit: function(id) {
|
||||
table.set();
|
||||
$.modal.confirm("确定该条" + table.options.modalName + "信息吗?", function() {
|
||||
var url = $.common.isEmpty(id) ? table.options.removeUrl : table.options.removeUrl.replace("{id}", id);
|
||||
if(table.options.type == table_type.bootstrapTreeTable) {
|
||||
$.operate.get(url);
|
||||
} else {
|
||||
var data = { "ids": id };
|
||||
$.operate.submit(url, "post", "json", data);
|
||||
}
|
||||
});
|
||||
|
||||
},
|
||||
// 保存结果弹出msg刷新table表格
|
||||
ajaxSuccess: function (result) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue