|
|
|
@ -142,7 +142,6 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
async getPeriodTaskList() { |
|
|
|
console.log(this.formData, "sdfkljlksdf"); |
|
|
|
let parms = { |
|
|
|
pageNo: 1, |
|
|
|
pageSize: 100, |
|
|
|
@ -164,8 +163,10 @@ export default { |
|
|
|
this.infoObj = { id, taskId, taskTitle, taskPeriod, taskType, taskIntroduction } |
|
|
|
}); |
|
|
|
}, |
|
|
|
close() { |
|
|
|
this.showView = false |
|
|
|
async close() { |
|
|
|
this.showView = false; |
|
|
|
await this.getDetail(); |
|
|
|
await this.getPeriodTaskList(); |
|
|
|
}, |
|
|
|
handleClickBack() { |
|
|
|
this.$emit('close') |
|
|
|
|