瀏覽代碼

app 会议管理流程开发

应县
yxq 1 年之前
父節點
當前提交
45066c6cc8
共有 2 個檔案被更改,包括 1 行新增2 行删除
  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 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存