提交 c785cb8f 编写于 作者: doc_wei's avatar doc_wei

招聘模块微服务修改

无相关合并请求
......@@ -34,7 +34,7 @@ layui.config({
chargePersonId: chargePerson[0].id,
enclosureResume: skyeyeEnclosure.getEnclosureIdsByBoxId('enclosureUpload')
};
AjaxPostUtil.request({url: reqBasePath + "bossInterviewee002", params: params, type: 'json', method: "POST", callback: function(json){
AjaxPostUtil.request({url: flowableBasePath + "bossInterviewee002", params: params, type: 'json', method: "POST", callback: function(json){
if(json.returnCode == 0){
parent.layer.close(index);
parent.refreshCode = '0';
......
......@@ -12,7 +12,7 @@ layui.config({
showGrid({
id: "showForm",
url: reqBasePath + "bossInterviewee004",
url: flowableBasePath + "bossInterviewee004",
params: {id: parent.rowId},
pagination: false,
method: "GET",
......
......@@ -14,7 +14,7 @@ layui.config({
showGrid({
id: "showForm",
url: reqBasePath + "bossInterviewee004",
url: flowableBasePath + "bossInterviewee004",
params: {id: parent.rowId},
pagination: false,
method: "GET",
......@@ -74,7 +74,7 @@ layui.config({
enclosureResume: skyeyeEnclosure.getEnclosureIdsByBoxId('enclosureUpload'),
id: parent.rowId
};
AjaxPostUtil.request({url: reqBasePath + "bossInterviewee005", params: params, type: 'json', method: "PUT", callback: function(json){
AjaxPostUtil.request({url: flowableBasePath + "bossInterviewee005", params: params, type: 'json', method: "PUT", callback: function(json){
if(json.returnCode == 0){
parent.layer.close(index);
parent.refreshCode = '0';
......
......@@ -15,7 +15,7 @@ layui.config({
id: 'messageTable',
elem: '#messageTable',
method: 'post',
url: reqBasePath + 'bossInterviewee001',
url: flowableBasePath + 'bossInterviewee001',
where: getTableParams(),
even: true,
page: true,
......@@ -58,7 +58,7 @@ layui.config({
function delet(data){
layer.confirm(systemLanguage["com.skyeye.deleteOperationMsg"][languageType], {icon: 3, title: systemLanguage["com.skyeye.deleteOperation"][languageType]}, function(index){
layer.close(index);
AjaxPostUtil.request({url:reqBasePath + "bossInterviewee003", params:{id: data.id}, type: 'json', method: "DELETE", callback: function(json){
AjaxPostUtil.request({url: flowableBasePath + "bossInterviewee003", params:{id: data.id}, type: 'json', method: "DELETE", callback: function(json){
if(json.returnCode == 0){
winui.window.msg(systemLanguage["com.skyeye.deleteOperationSuccessMsg"][languageType], {icon: 1,time: 2000});
loadTable();
......
......@@ -17,7 +17,7 @@ layui.config({
id: 'messageTable',
elem: '#messageTable',
method: 'post',
url: reqBasePath + 'bossInterviewee001',
url: flowableBasePath + 'bossInterviewee001',
where: getTableParams(),
even: true,
page: true,
......@@ -77,7 +77,7 @@ layui.config({
function delet(data){
layer.confirm(systemLanguage["com.skyeye.deleteOperationMsg"][languageType], {icon: 3, title: systemLanguage["com.skyeye.deleteOperation"][languageType]}, function(index){
layer.close(index);
AjaxPostUtil.request({url:reqBasePath + "bossInterviewee003", params:{id: data.id}, type: 'json', method: "DELETE", callback: function(json){
AjaxPostUtil.request({url: flowableBasePath + "bossInterviewee003", params:{id: data.id}, type: 'json', method: "DELETE", callback: function(json){
if(json.returnCode == 0){
winui.window.msg(systemLanguage["com.skyeye.deleteOperationSuccessMsg"][languageType], {icon: 1,time: 2000});
loadTable();
......
......@@ -26,7 +26,7 @@ layui.config({
fromUrl: $("#fromUrl").val(),
desc: $("#desc").val()
};
AjaxPostUtil.request({url: reqBasePath + "bossIntervieweeFrom002", params: params, type: 'json', method: "POST", callback: function(json){
AjaxPostUtil.request({url: flowableBasePath + "bossIntervieweeFrom002", params: params, type: 'json', method: "POST", callback: function(json){
if(json.returnCode == 0){
parent.layer.close(index);
parent.refreshCode = '0';
......
......@@ -13,7 +13,7 @@ layui.config({
showGrid({
id: "showForm",
url: reqBasePath + "bossIntervieweeFrom004",
url: flowableBasePath + "bossIntervieweeFrom004",
params: {id: parent.rowId},
pagination: false,
method: "GET",
......@@ -35,7 +35,7 @@ layui.config({
desc: $("#desc").val()
};
AjaxPostUtil.request({url: reqBasePath + "bossIntervieweeFrom005", params: params, type: 'json', method: "PUT", callback: function(json){
AjaxPostUtil.request({url: flowableBasePath + "bossIntervieweeFrom005", params: params, type: 'json', method: "PUT", callback: function(json){
if(json.returnCode == 0){
parent.layer.close(index);
parent.refreshCode = '0';
......
......@@ -17,7 +17,7 @@ layui.config({
id: 'messageTable',
elem: '#messageTable',
method: 'post',
url: reqBasePath + 'bossIntervieweeFrom001',
url: flowableBasePath + 'bossIntervieweeFrom001',
where: getTableParams(),
even: true,
page: true,
......@@ -69,7 +69,7 @@ layui.config({
function delet(data){
layer.confirm(systemLanguage["com.skyeye.deleteOperationMsg"][languageType], {icon: 3, title: systemLanguage["com.skyeye.deleteOperation"][languageType]}, function(index){
layer.close(index);
AjaxPostUtil.request({url:reqBasePath + "bossIntervieweeFrom003", params:{id: data.id}, type: 'json', method: "DELETE", callback: function(json){
AjaxPostUtil.request({url: flowableBasePath + "bossIntervieweeFrom003", params:{id: data.id}, type: 'json', method: "DELETE", callback: function(json){
if(json.returnCode == 0){
winui.window.msg(systemLanguage["com.skyeye.deleteOperationSuccessMsg"][languageType], {icon: 1,time: 2000});
loadTable();
......
......@@ -17,7 +17,7 @@ layui.config({
id: 'messageTable',
elem: '#messageTable',
method: 'post',
url: reqBasePath + 'bossIntervieweeFrom001',
url: flowableBasePath + 'bossIntervieweeFrom001',
where: getTableParams(),
even: true,
page: true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部