|
@@ -137,7 +137,7 @@ TalentTypeChangeInfoDlg.addSubmit = function () {
|
|
|
return;
|
|
|
locked = true;
|
|
|
if (this.talentTypeChangeInfoData.id != null && this.talentTypeChangeInfoData.id != '') {
|
|
|
- TalentTypeChangeInfoDlg.editSubmit(1);
|
|
|
+ TalentTypeChangeInfoDlg.editSubmit(1);
|
|
|
$("#fileTable").bootstrapTable("destroy", {});
|
|
|
TalentTypeChangeInfoDlg.initFileTable();
|
|
|
} else {
|
|
@@ -279,7 +279,7 @@ TalentTypeChangeInfoDlg.talentArrangeChange = function (now, next, source) {
|
|
|
"displayCode": "id",
|
|
|
"displayName": "name",
|
|
|
"type": "GET",
|
|
|
- "url": "/common/api/findIdentifyConditionByLevel?level=" + level + "&type=" + type + "&source=" + source + "&talentType=" + talentType
|
|
|
+ "url": "/common/api/findIdentifyConditionByLevel?level=" + level + "&type=" + type + "&source=" + source + "&talentType=" + talentType + "&showAll=1"
|
|
|
});
|
|
|
$("#" + next).trigger('chosen:updated');
|
|
|
}
|
|
@@ -395,7 +395,7 @@ TalentTypeChangeInfoDlg.getLayerCatdByLayer = function (isNew) {
|
|
|
"displayCode": "id",
|
|
|
"displayName": "name",
|
|
|
"type": "GET",
|
|
|
- "url": Feng.ctxPath + "/common/api/findIdentifyConditionByLevel/level/" + level
|
|
|
+ "url": Feng.ctxPath + "/common/api/findIdentifyConditionByLevel/level/" + level + "/showAll/1"
|
|
|
});
|
|
|
}
|
|
|
$("#" + conditionElem).trigger("chosen:updated");
|
|
@@ -429,7 +429,7 @@ TalentTypeChangeInfoDlg.getIdentifyCondition = function (isNew) {
|
|
|
"displayCode": "id",
|
|
|
"displayName": "name",
|
|
|
"type": "GET",
|
|
|
- "url": Feng.ctxPath + "/common/api/findIdentifyConditionByLevel/level/" + level + "/cat/" + cat
|
|
|
+ "url": Feng.ctxPath + "/common/api/findIdentifyConditionByLevel/level/" + level + "/cat/" + cat + "/showAll/1"
|
|
|
});
|
|
|
$("#newIdentifyCondition").trigger('chosen:updated');
|
|
|
} else {
|
|
@@ -440,7 +440,7 @@ TalentTypeChangeInfoDlg.getIdentifyCondition = function (isNew) {
|
|
|
"displayCode": "id",
|
|
|
"displayName": "name",
|
|
|
"type": "GET",
|
|
|
- "url": Feng.ctxPath + "/common/api/findIdentifyConditionByLevel/level/" + level + "/cat/" + cat
|
|
|
+ "url": Feng.ctxPath + "/common/api/findIdentifyConditionByLevel/level/" + level + "/cat/" + cat + "/showAll/1"
|
|
|
});
|
|
|
$("#oldIdentifyCondition").trigger('chosen:updated');
|
|
|
}
|