记得上下班打卡 | git大法好,push需谨慎

Commit e6383962 authored by sangchunxi's avatar sangchunxi

排序功能

parent 2e45de2c
...@@ -566,17 +566,17 @@ ...@@ -566,17 +566,17 @@
layer.msg('推荐活动需填写完整') layer.msg('推荐活动需填写完整')
} else { } else {
// 增加接口 // 增加接口
// promiseMethods('/kylin-recommend-active/addOrUpdateListKylinRecommendActiveRelation','post', JSON.stringify(listData), 'application/json').then(res => { promiseMethods('/kylin-recommend-active/addOrUpdateListKylinRecommendActiveRelation','post', JSON.stringify(listData), 'application/json').then(res => {
//
// if (res.code == 0) { if (res.code == 0) {
// layer.msg('修改成功') layer.msg('修改成功')
// // $.operate.successTabCallback(res); // $.operate.successTabCallback(res);
// // closeItem(); // closeItem();
// } else { } else {
// layer.msg(res.msg) layer.msg(res.msg)
// } }
//
// }) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment