添加工作流

This commit is contained in:
qq787203167
2022-03-07 15:10:40 +08:00
parent 709ae56014
commit f29e33bc95
11 changed files with 1545 additions and 3 deletions
@@ -167,11 +167,11 @@
onOk() {
deleteAction(_this.url.deleteBatch, { ids: _this.idList.join(',') }).then((res) => {
if (res.success) {
_this.$message.success(res.message)
_this.$message.success(_this.$t('OperationSuccessful'))
_this.idList = []
eventBUs.$emit('searchReset')
} else {
this.$message.warning(res.message)
_this.$message.warning(_this.$t('operationFailed'))
}
})
}