用户归属站点
This commit is contained in:
@ -556,7 +556,7 @@ export default {
|
||||
this.form = response.data
|
||||
this.postOptions = response.posts
|
||||
this.roleOptions = response.roles
|
||||
this.$set(this.form, "belongSite", JSON.parse(response.data?.belongSite) || [])
|
||||
this.$set(this.form, "belongSite", response?.data?.belongSite ? JSON.parse(response.data.belongSite) : [])
|
||||
this.$set(this.form, "postIds", response.postIds)
|
||||
this.$set(this.form, "roleIds", response.roleIds)
|
||||
this.open = true
|
||||
|
||||
Reference in New Issue
Block a user