update
This commit is contained in:
@@ -98,6 +98,20 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
$('#c-headimage').val(res.data.smallHeadImgUrl);
|
||||
},'json');
|
||||
});
|
||||
|
||||
// $(document).on("click", ".tag_add_url", function(data){
|
||||
// //变更后的回调事件
|
||||
// let url = 'firmtags/add';
|
||||
// $.get(url,{firm_customer_req:'firm_customer_req'},function (res) {
|
||||
// layer.open({
|
||||
// title: '在线调试',
|
||||
// area: ['80%', '80%'],
|
||||
// content: res.html
|
||||
// });
|
||||
//
|
||||
// },'json');
|
||||
// });
|
||||
|
||||
Controller.api.bindevent();
|
||||
},
|
||||
edit: function () {
|
||||
|
||||
Reference in New Issue
Block a user