Przeglądaj źródła

批量复制到规则的复制图标添加

祁鹏飞 1 tydzień temu
rodzic
commit
cc52872123

+ 1 - 0
src/views/insurancePolicy/index.vue

@@ -4127,6 +4127,7 @@ onMounted(() => {
     insurancePolicyForm.value.salesman = userInfo.value.name
     insurancePolicyForm.value.mobile = userInfo.value.username
     insurancePolicyForm.value.deptId = userInfo.value.deptId
+    salesmanId.value = userInfo.value.userId // 保存选中的业务员ID
   }
 
 })

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

@@ -233,7 +233,7 @@
               批量复制到规则
               <template #icon>
                 <el-icon>
-                  <Copy />
+                  <CopyDocument />
                 </el-icon>
               </template>
             </el-button>