Browse Source

解决重复提交存档问题

luckysheet_xiaowang
mk 6 months ago
parent
commit
172825ac94
  1. 5
      src/views/modules/base/smartExcel/cpts/excel-summary.vue

5
src/views/modules/base/smartExcel/cpts/excel-summary.vue

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

Loading…
Cancel
Save