|
@@ -198,7 +198,7 @@ export default {
|
|
|
savePlan() {
|
|
|
// 获取已选择的时间
|
|
|
let arr = JSON.parse(JSON.stringify(this.selected));
|
|
|
- //TODO整理数据
|
|
|
+ //整理数据
|
|
|
let { year, _id, remark, schplanid } = JSON.parse(JSON.stringify(this.info));
|
|
|
arr = arr.map(i => {
|
|
|
let obj = { termnum: i.termnum, termid: i.termid, number: i.number, type: i.type };
|