|
|
@ -769,6 +769,11 @@ export default { |
|
|
|
} else { |
|
|
|
url = "/governance/policy/updatePolicy"; |
|
|
|
this.formData.policyId = this.policyId; |
|
|
|
if(this.serviceOptiondList.findIndex(item=>item.id === params.assignInfo.serverOrgId) != -1){ |
|
|
|
let {name,mobile} = this.serviceOptiondList.filter(item=>item.id === params.assignInfo.serverOrgId)[0] |
|
|
|
params.serverOrgName = name |
|
|
|
params.serverOrgMobile = mobile |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (this.formType == "copy" && this.formData.assignFlag == 0) { |
|
|
|