mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 10:47:47 +08:00
fix: delete CI password data (#243)
This commit is contained in:
@@ -533,6 +533,7 @@ export default {
|
||||
Object.keys(this.initialPasswordValue).forEach((key) => {
|
||||
if (this.initialPasswordValue[key] !== this.passwordValue[key]) {
|
||||
data[key] = this.passwordValue[key]
|
||||
row[key] = this.passwordValue[key]
|
||||
}
|
||||
})
|
||||
this.isEditActive = false
|
||||
|
@@ -1137,6 +1137,7 @@ export default {
|
||||
Object.keys(this.initialPasswordValue).forEach((key) => {
|
||||
if (this.initialPasswordValue[key] !== this.passwordValue[key]) {
|
||||
data[key] = this.passwordValue[key]
|
||||
row[key] = this.passwordValue[key]
|
||||
}
|
||||
})
|
||||
this.lastEditCiId = null
|
||||
|
@@ -979,6 +979,7 @@ export default {
|
||||
Object.keys(this.initialPasswordValue).forEach((key) => {
|
||||
if (this.initialPasswordValue[key] !== this.passwordValue[key]) {
|
||||
data[key] = this.passwordValue[key]
|
||||
row[key] = this.passwordValue[key]
|
||||
}
|
||||
})
|
||||
this.lastEditCiId = null
|
||||
|
Reference in New Issue
Block a user