Browse Source

app 会议管理流程开发

应县
yxq 1 year ago
parent
commit
45066c6cc8
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +0
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/single.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js View File

@@ -21,7 +21,7 @@ export default {
// "http://192.168.2.98:8088/"
// ],
"apiHost": [
"http://192.168.10.58:8012/"//测试地址接口
"http://cyzjzx.gnway.cc:31218/"//测试地址接口
// "http://219.139.155.38:8687/"//正式地址接口
// "http://192.168.10.175:8088/"
],


+ 0
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/single.vue View File

@@ -321,7 +321,6 @@ export default {
// return
// }
this.LOADING('正在提交...')
alert(this.id)
this.HTTP_POST('/learun/adms/PersonnelManagement/MeetingManagement/submit', {Id:this.id, ProcessId:this.processId} , '提交失败').then(
success => {
this.HIDE_LOADING()


Loading…
Cancel
Save