diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index 4f26dbe40..739d0a7ea 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -16,11 +16,11 @@ export default { // "http://localhost:8088/" // ], "apiHost": [ - "http://192.168.10.45:8088/" + "http://192.168.10.32:8011/" ], // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [ - { username: "system", password: "www.qj.com" } + { username: "2021230206", password: "www.qj.com" } ], //是否分布式部署 指WebApi与Web不在一台服务器 "isDistributed":true, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index ca770f873..a83644ca5 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -684,13 +684,13 @@ }, //选修课选课 { - "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list", + "path": "pages/OpenLessonPlanOfElectiveStudent/list", "style": { "navigationBarTitleText": "选修课选课" } }, { - "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from", + "path": "pages/OpenLessonPlanOfElectiveStudent/from", "style": { "navigationBarTitleText": "查看详情" } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue deleted file mode 100644 index f7a0c9843..000000000 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue +++ /dev/null @@ -1,237 +0,0 @@ - - - - - diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/from.vue similarity index 88% rename from Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from.vue rename to Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/from.vue index cbf6555fd..2d01a291b 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/from.vue @@ -44,7 +44,8 @@ export default{ // console.log(this.keyValue); let _this = this; _this.LOADING('加载数据中…'); - _this.HTTP_GET('learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/form', _this.keyValue, '加载数据时出错').then(res => { + _this.HTTP_GET('learun/OpenLessonPlanOfElectiveStudent/form', _this.keyValue, '加载数据时出错').then(res => { + console.log(_postData,"_postData") this.HIDE_LOADING(); // console.log(res); _this.data = res.JournalReceive; @@ -57,7 +58,7 @@ export default{ _postData.keyValue = this.keyValue; _postData.StuNo = user.account; _this.LOADING('正在提交…'); - _this.HTTP_POST('learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/SignInByMobile', _postData, '加载数据时出错').then((res,info, code) => { + _this.HTTP_POST('learun/OpenLessonPlanOfElectiveStudent/SignInByMobile', _postData, '加载数据时出错').then((res,info, code) => { // this.HIDE_LOADING(); console.log(res); // console.log(info); @@ -66,7 +67,7 @@ export default{ //判断队列结果 let timer = setInterval(function () { // _this.LOADING('正在提交…'); - _this.HTTP_POST('learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/GetApplyResult', _postData, '加载数据时出错').then((dataresult) => { + _this.HTTP_POST('learun/OpenLessonPlanOfElectiveStudent/GetApplyResult', _postData, '加载数据时出错').then((dataresult) => { _this.HIDE_LOADING(); console.log(dataresult) clearInterval(timer); diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/list.vue new file mode 100644 index 000000000..fd0642505 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/OpenLessonPlanOfElectiveStudent/list.vue @@ -0,0 +1,243 @@ + + + + +