|
@@ -163,6 +163,7 @@ export default {
|
|
const params = JSON.parse(JSON.stringify(_this.form))
|
|
const params = JSON.parse(JSON.stringify(_this.form))
|
|
params.roleNames = _this.form.roleNames.join(',')
|
|
params.roleNames = _this.form.roleNames.join(',')
|
|
params.id = _this.nowData && _this.nowData.id ? _this.nowData.id : null
|
|
params.id = _this.nowData && _this.nowData.id ? _this.nowData.id : null
|
|
|
|
+ params.ownerOrgFlag = _this.nowData && _this.nowData.ownerOrgFlag
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
saveUserPower(params).then(res => {
|
|
saveUserPower(params).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|