|
@@ -175,8 +175,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.requestStatus = true
|
|
this.requestStatus = true
|
|
|
this.userInfo.auth = true;
|
|
this.userInfo.auth = true;
|
|
|
- this.userInfo.authServiceIds = this.userInfo.serviceProjectId.join()
|
|
|
|
|
- this.userInfo.serviceProjectId = this.userInfo.serviceProjectId
|
|
|
|
|
|
|
+ if(this.userInfo.serviceProjectId){
|
|
|
|
|
+ this.userInfo.authServiceIds = this.userInfo.serviceProjectId.join()
|
|
|
|
|
+ }
|
|
|
if (this.userInfo.opType == '1') { // 绑定
|
|
if (this.userInfo.opType == '1') { // 绑定
|
|
|
// 保存数据
|
|
// 保存数据
|
|
|
this.$api.bindServiceObject(this.userInfo).then((res) => {
|
|
this.$api.bindServiceObject(this.userInfo).then((res) => {
|