fixed
This commit is contained in:
@@ -45,6 +45,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
let dataid = $('#add_follow_report').attr('data-id');
|
||||
//添加随访记录
|
||||
layer.msg(111);
|
||||
let url = 'tt/Followup/addfollowup';
|
||||
$.post(url,{report_dataid:dataid},function (res) {
|
||||
|
||||
},'html');
|
||||
});
|
||||
|
||||
Controller.api.bindevent();
|
||||
|
||||
Reference in New Issue
Block a user