Browse Source

培训报名

tiaosheng-ms
xuesinan 4 years ago
parent
commit
9d15d90c67
  1. 16
      index.html

16
index.html

@ -114,7 +114,7 @@
}),
method: 'POST',
body: JSON.stringify({
projectId: that.projectId
param: {projectId: that.projectId}
})
})
.then(function(response) {
@ -191,12 +191,14 @@
// }),
// method: 'POST',
// body: JSON.stringify({
// projectId: that.projectId,
// name: '',
// description: '',
// startTime: '',
// endTime: '',
// fileId: ''
// param: {
// projectId: that.projectId,
// name: '',
// description: '',
// startTime: '',
// endTime: '',
// fileId: ''
// }
// })
// })
// .then(function(response) {

Loading…
Cancel
Save