@@ -391,7 +391,7 @@ export default {
}
const temp = JSON.parse(JSON.stringify(this.form))
temp.scopeUserIds = this.form.scopeUserIds?.split(',')
- if (!isScopeUser) {
+ if (!this.isScopeUser) {
delete temp.scopeUserIds
save(temp)