@@ -55,8 +55,9 @@ var bootstrap = function ($, learun) { | |||||
res = top[id].validForm(); | res = top[id].validForm(); | ||||
// 保存数据 | // 保存数据 | ||||
if (res) { | if (res) { | ||||
processId = learun.newGuid(); | |||||
res = top[id].save(processId, refreshGirdData); | |||||
res = top[id].save('', function () { | |||||
page.search(); | |||||
}); | |||||
} | } | ||||
return res; | return res; | ||||
} | } | ||||
@@ -54,8 +54,9 @@ var bootstrap = function ($, learun) { | |||||
res = top[id].validForm(); | res = top[id].validForm(); | ||||
// 保存数据 | // 保存数据 | ||||
if (res) { | if (res) { | ||||
processId = learun.newGuid(); | |||||
res = top[id].save(processId, refreshGirdData); | |||||
res = top[id].save('', function () { | |||||
page.search(); | |||||
}); | |||||
} | } | ||||
return res; | return res; | ||||
} | } | ||||
@@ -55,8 +55,9 @@ var bootstrap = function ($, learun) { | |||||
res = top[id].validForm(); | res = top[id].validForm(); | ||||
// 保存数据 | // 保存数据 | ||||
if (res) { | if (res) { | ||||
processId = learun.newGuid(); | |||||
res = top[id].save(processId, refreshGirdData); | |||||
res = top[id].save('', function () { | |||||
page.search(); | |||||
}); | |||||
} | } | ||||
return res; | return res; | ||||
} | } | ||||
@@ -54,8 +54,9 @@ var bootstrap = function ($, learun) { | |||||
res = top[id].validForm(); | res = top[id].validForm(); | ||||
// 保存数据 | // 保存数据 | ||||
if (res) { | if (res) { | ||||
processId = learun.newGuid(); | |||||
res = top[id].save(processId, refreshGirdData); | |||||
res = top[id].save('', function () { | |||||
page.search(); | |||||
}); | |||||
} | } | ||||
return res; | return res; | ||||
} | } | ||||
@@ -45,25 +45,25 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration | |||||
[Column("CLASSNO")] | [Column("CLASSNO")] | ||||
public string ClassNo { get; set; } | public string ClassNo { get; set; } | ||||
/// <summary> | /// <summary> | ||||
/// 赛事名称 | |||||
/// 刊登期刊名称 | |||||
/// </summary> | /// </summary> | ||||
[Column("SCNAME")] | |||||
public string SCName { get; set; } | |||||
[Column("APNAME")] | |||||
public string APName { get; set; } | |||||
/// <summary> | /// <summary> | ||||
/// 赛事级别 | |||||
/// 刊登期刊级别 | |||||
/// </summary> | /// </summary> | ||||
[Column("SCLEVEL")] | |||||
public string SCLevel { get; set; } | |||||
[Column("APLEVEL")] | |||||
public string APLevel { get; set; } | |||||
/// <summary> | /// <summary> | ||||
/// 赛事获取时间 | |||||
/// 刊登期刊时间 | |||||
/// </summary> | /// </summary> | ||||
[Column("SCTIME")] | |||||
public DateTime? SCTime { get; set; } | |||||
[Column("APTIME")] | |||||
public DateTime? APTime { get; set; } | |||||
/// <summary> | /// <summary> | ||||
/// 赛事种类 | |||||
/// 指导老师 | |||||
/// </summary> | /// </summary> | ||||
[Column("SCTYPE")] | |||||
public string SCType { get; set; } | |||||
[Column("INSTRUCTOR")] | |||||
public string Instructor { get; set; } | |||||
/// <summary> | /// <summary> | ||||
/// 分值 | /// 分值 | ||||
/// </summary> | /// </summary> | ||||
@@ -75,7 +75,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration | |||||
[Column("URL")] | [Column("URL")] | ||||
public string Url { get; set; } | public string Url { get; set; } | ||||
/// <summary> | /// <summary> | ||||
/// 颁发单位 | |||||
/// 出版单位 | |||||
/// </summary> | /// </summary> | ||||
[Column("UNIT")] | [Column("UNIT")] | ||||
public string Unit { get; set; } | public string Unit { get; set; } | ||||
@@ -23,11 +23,11 @@ export default { | |||||
"apiHost": [ | "apiHost": [ | ||||
// "http://cyzjzx.gnway.cc:31218/"//测试地址接口 | // "http://cyzjzx.gnway.cc:31218/"//测试地址接口 | ||||
// "http://cyzjzx.gnway.cc:29904/"//正式地址接口 | // "http://cyzjzx.gnway.cc:29904/"//正式地址接口 | ||||
"http://192.168.10.58:8012/" | |||||
"http://192.168.10.175:8088/" | |||||
], | ], | ||||
// "webHost":"http://cyzjzx.gnway.cc:30549/",//测试地址 | // "webHost":"http://cyzjzx.gnway.cc:30549/",//测试地址 | ||||
// "webHost":"http://wxd3f.cyzjzx.com/",//正式地址 | // "webHost":"http://wxd3f.cyzjzx.com/",//正式地址 | ||||
"webHost":"http://192.168.10.31:8087/", | |||||
"webHost":"http://192.168.10.175:8087/", | |||||
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | ||||
"devAccount": [ | "devAccount": [ | ||||
// 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428 | // 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428 | ||||