@ -64,11 +64,12 @@ export default {
}
},
close() {
this.showView = false
this.showView = false;
this.getTableList()
handleClickBack() {
this.$emit('close')
handleClickShowView(val){
const { id, taskId, taskTitle, taskPeriod, taskType, taskIntroduction,subWorkBookId,workBookId,taskStateName} = val;