Commit c7a3c33b authored by wangxl's avatar wangxl

3333

parent 85aa27ea
...@@ -774,7 +774,9 @@ export default { ...@@ -774,7 +774,9 @@ export default {
methods: { methods: {
moment, moment,
save (step) { save (step) {
console.log(obj,'obj1')
var obj = this.getObj(step) var obj = this.getObj(step)
console.log(obj,'obj')
obj.step = step obj.step = step
if (this.checkInfo(step)) { if (this.checkInfo(step)) {
this.$emit('load', true) this.$emit('load', true)
...@@ -936,7 +938,8 @@ export default { ...@@ -936,7 +938,8 @@ export default {
obj = { id: null, stageGoals: [], projectSubList: [], completeStatus: null, step: null } obj = { id: null, stageGoals: [], projectSubList: [], completeStatus: null, step: null }
break; break;
case 4: case 4:
obj = { id: null, projectKPI: null, completeStatus: null, step: null } this.processProjectYearTarget()
obj = { id: null, projectKPI: null, yearTarget: null, year1Goal: null, year2Goal: null, year3Goal: null, managerDept: null, projAttribute: null, completeStatus: null, step: null }
break; break;
case 5: case 5:
obj = { id: null, fileList: [], projState: null, completeStatus: null, step: null } obj = { id: null, fileList: [], projState: null, completeStatus: null, step: null }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment