update 表格删除增加提示、稽查流程完善

This commit is contained in:
danshihao
2024-01-23 11:35:05 +08:00
parent 05f60ca800
commit 0f79ee5422
8 changed files with 29 additions and 1 deletions
@@ -116,6 +116,7 @@ export default {
content: this.$t('areYouSure'),
onOk: () => {
this.dataSource.splice(index, 1)
this.$message.success(this.$t('operationSuccessful'))
}
})
},