This commit is contained in:
2024-07-18 11:34:48 +08:00
parent 256396fee7
commit dce740a5e0
3 changed files with 10 additions and 0 deletions

View File

@@ -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();