|
|
@@ -180,6 +180,11 @@ export default {
|
|
|
})
|
|
|
.then((response) => {
|
|
|
const data = response.data
|
|
|
+ if (data.scopeUserIds) {
|
|
|
+ data.scopeUserIds = data.scopeUserIds.join(',')
|
|
|
+ } else {
|
|
|
+ data.scopeUserIds = 'ALL'
|
|
|
+ }
|
|
|
this.form = data
|
|
|
if (response.data.publicItem === 'important') {
|
|
|
this.titleStyle('red')
|