CN-1734 fix: Entity setting页面开发

This commit is contained in:
刘洪洪
2024-11-17 22:52:18 +08:00
parent b47e72ef3e
commit 868c49a8ee
5 changed files with 81 additions and 110 deletions

View File

@@ -140,23 +140,7 @@ export default {
type: 'success',
message: this.$t('tip.deleteSuccess')
})
let params = null
if (this.intent) {
params = { intent: this.intent }
}
if (this.category) {
params = {
...params,
category: this.category
}
}
if (this.name) {
params = {
...params,
name: this.name
}
}
this.getTableData(params)
this.getTableData()
} else {
this.$message.error(response.data.message)
}