Browse Source

制定培训计划

tiaosheng-ms
xuesinan 4 years ago
parent
commit
11dc1d17e9
  1. 2
      index.html

2
index.html

@ -111,7 +111,7 @@
getTrainPlan(projectId){
var that = this
fetch(`https://www.tall.wiki/gateway/tall/v1.0/training/get?projectId=${projectId}`)
fetch(`https://www.tall.wiki/gateway/sports/training/get?projectId=${projectId}`)
.then(function(response) {
return response.json();
})

Loading…
Cancel
Save