mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fixed unable to save settings error
This commit is contained in:
@@ -197,7 +197,15 @@ export default {
|
||||
...mapState('user', [
|
||||
'globalVariableList',
|
||||
'globalVariableForm'
|
||||
])
|
||||
]),
|
||||
userInfoStr () {
|
||||
return JSON.stringify(this.userInfo)
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
userInfoStr () {
|
||||
this.saveUserInfo()
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
deleteGlobalVariableHandle (id) {
|
||||
|
||||
Reference in New Issue
Block a user