|
|
@@ -449,7 +449,9 @@ export default {
|
|
|
newsId: this.formId
|
|
|
})
|
|
|
.then((response) => {
|
|
|
- this.form = response.data
|
|
|
+ const data = response.data
|
|
|
+ data.scopeUserIds = data.scopeUserIds?.join(',')
|
|
|
+ this.form = data
|
|
|
this.show = this.form.public0
|
|
|
this.formValidate()
|
|
|
this.dialogLoading = false
|