diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue index 4d6f5f555..80f1656cf 100644 --- a/src/views/modules/communityService/policy/addPolicy.vue +++ b/src/views/modules/communityService/policy/addPolicy.vue @@ -473,8 +473,9 @@ export default { this.formData.attachmentList = [...this.fileList] let url = '/heart/policy/add' - if (this.formType === 'add') { + if (this.formType === 'add' || this.formType === 'copy') { url = '/heart/policy/add' + this.formData.policyId = '' } else { url = '/heart/policy/update' this.formData.policyId = this.policyId diff --git a/src/views/modules/communityService/policy/policyList.vue b/src/views/modules/communityService/policy/policyList.vue index 86abe1f8c..1fbfa97ca 100644 --- a/src/views/modules/communityService/policy/policyList.vue +++ b/src/views/modules/communityService/policy/policyList.vue @@ -126,7 +126,7 @@ + width="220">