...
|
...
|
@@ -96,7 +96,7 @@ |
|
|
status: $("#rewardstatus1").combobox("getValue"),
|
|
|
type: $("#rewardtype1").combobox("getValue")
|
|
|
},*/
|
|
|
url: contextPath + "/labelGroupManage/getLabelGroupList",
|
|
|
url: serverContextPath + "/labelGroupManage/getLabelGroupList",
|
|
|
method: 'POST',
|
|
|
loadFilter: function (data) {
|
|
|
var tmp = defaultLoadFilter(data);
|
...
|
...
|
@@ -168,7 +168,7 @@ |
|
|
index = $(this).attr("index");
|
|
|
$.messager.confirm("确认", "确认删除该分组吗?", function (flag) {
|
|
|
if(flag){
|
|
|
$.post(contextPath + "/labelGroupManage/deleteLabelGroup", {
|
|
|
$.post(serverContextPath + "/labelGroupManage/deleteLabelGroup", {
|
|
|
id : close_id,
|
|
|
}, function(data) {
|
|
|
if (data.code == CODE_SUCCESS) {
|
...
|
...
|
@@ -223,7 +223,7 @@ |
|
|
|
|
|
|
|
|
$("#activityAddForm").form("submit", {
|
|
|
url: contextPath + "/labelGroupManage/addUpLabelGroup",
|
|
|
url: serverContextPath + "/labelGroupManage/addUpLabelGroup",
|
|
|
onSubmit: function (param) {
|
|
|
if(data != null){
|
|
|
param.id = data.id;
|
...
|
...
|
|