修改游戏数学详细 选择数学方案bug
This commit is contained in:
@ -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;
|
||||
});
|
||||
|
Reference in New Issue
Block a user