This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
app 会议管理流程开发
应县
yxq
1 year ago
parent
ef2201f750
commit
45066c6cc8
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
+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()
Write
Preview
Loading…
Cancel
Save