|
|
@@ -116,6 +116,7 @@ |
|
|
|
_postData.keyValue = item.Id; |
|
|
|
_postData.StuNo = JSON.parse(localStorage.userinfo).baseinfo.account; |
|
|
|
learun.layer.loading(true, '正在取消报名...'); |
|
|
|
console.log(123); |
|
|
|
learun.httppost(config.webapi + 'learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/CancelPre', _postData, (data, info) => { |
|
|
|
if (data) {// 成功 |
|
|
|
learun.layer.toast(info); |
|
|
|