用户归属站点

This commit is contained in:
白菜
2026-01-21 14:37:39 +08:00
parent 43153a791d
commit c1c411e48a

View File

@ -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