修改游戏数学详细 选择数学方案bug

This commit is contained in:
sk1551
2020-11-03 11:15:00 +08:00
parent 4733505d02
commit 80ad124580
4 changed files with 436 additions and 1 deletions

View File

@ -418,6 +418,7 @@ export default {
this.title = "修改游戏数学学期计划";
const time = [];
time.push(response.data.startmonth);
console.log(response.data.startmonth);
time.push(response.data.endmonth);
this.form.startmonth = time;
});