JS-Part for maintenance
这个提交包含在:
父节点
1158bf312e
当前提交
ae394dfce9
共有 1 个文件被更改,包括 12 次插入 和 0 次删除
|
|
@ -0,0 +1,12 @@
|
|||
function reassign(call,target_profile_id) {
|
||||
$.ajax({
|
||||
url: base_url + 'index.php/maintenance/reassign',
|
||||
type: 'post',
|
||||
data: {'call': call, 'station_id': target_profile_id},
|
||||
success: function (resu) {
|
||||
if (resu.status) {
|
||||
location.reload();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
正在加载…
在新工单中引用