perf: update platform automation update

This commit is contained in:
ibuler
2025-03-20 16:51:53 +08:00
committed by 老广
parent 2bf8090b60
commit affb9e405e

View File

@@ -67,7 +67,7 @@ export default {
if (!this.canSubmit || !this.isSystemAdmin) {
return this.$message.error(this.$tc('NoPermission'))
}
this.$axios.patch(`${this.url}`, validValues).then(() => {
this.$axios.patch(`${this.url}${this.object.id}/`, validValues).then(() => {
this.$message.success(this.$tc('UpdateSuccessMsg'))
})
}