更新清除选项逻辑

This commit is contained in:
marvzhang
2020-02-22 19:15:43 +08:00
parent 7a75e643ea
commit d5752d4f48

View File

@@ -1163,7 +1163,6 @@ export default {
})
if (!res.data.error) {
this.$message.success('Sent signals to cancel selected tasks')
this.$refs['table'].clearSelection()
await this.getList()
}
} finally {