diff --git a/src/views/attendance/overtimechart.vue b/src/views/attendance/overtimechart.vue index a7ed599..0481303 100644 --- a/src/views/attendance/overtimechart.vue +++ b/src/views/attendance/overtimechart.vue @@ -11,7 +11,32 @@ 搜索 + @click="getList">搜索 + + + + 0){ + arr.err.map(item=>{ + str+=`${item},` + }) + this.$message.error(`${str}导入失败`) + this.getList(true) + }else{ + this.$message.success(`导入成功`) + this.getList(true) + } + }, async getList() { this.loading = true; try { diff --git a/src/views/flow/list.vue b/src/views/flow/list.vue index a46f254..b30abb4 100644 --- a/src/views/flow/list.vue +++ b/src/views/flow/list.vue @@ -147,8 +147,8 @@ type="primary" size="small" @click="showExport" - >导出 + >导出 +