|
|
@@ -247,7 +247,7 @@ export default {
|
|
|
let data = {
|
|
|
ids: arr,
|
|
|
agreementId: this.pageRequest.agreementId,
|
|
|
- // rulesAttrList: this.dynamicFormArray,
|
|
|
+ rulesAttrList: this.dynamicFormArray,
|
|
|
}
|
|
|
this.$api.insCompany.copyRules(data).then((res) => {
|
|
|
if (res.code == 200) {
|