浏览代码

复制规则到同保司下协议 规则

祁鹏飞 2 周之前
父节点
当前提交
f9b632859b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/quoteConfig/agreement/agreementDetails.vue

+ 1 - 1
src/views/quoteConfig/agreement/agreementDetails.vue

@@ -831,7 +831,7 @@ const ruleCopy = (multiple: boolean, rules: any) => {
   agreementId.value = ''
   agreementId.value = ''
   const params = {
   const params = {
     size: 10000,
     size: 10000,
-    companyId: multiple ? '' : agreementInfo.value.companyId
+    companyId: agreementInfo.value.companyId
   }
   }
   api.agreementApi.agreementList(params).then((res: any) => {
   api.agreementApi.agreementList(params).then((res: any) => {
     if (res.code == '200') {
     if (res.code == '200') {