Parcourir la source

Merge branch 'master' of http://192.168.31.240:3000/MTP2.0_New/MTP2.0_NEWMANAGE_WEB

deng.yinping il y a 7 mois
Parent
commit
d6c5d287b2

+ 2 - 1
src/packages/pc/views/member/institution/marketer/components/edit/index.vue

@@ -109,7 +109,7 @@ const { run: runRoleDetail } = useRequest(queryRoleDetail, {
         // 查询数据
         run({
             riskcontrolmode: 2,
-            customertype: formData.value.customertype ?? 1
+            customertype: formData.value.customertype
         })
         // 获取资金账号信息
         runAccountIdForMarket({
@@ -145,6 +145,7 @@ const { dataList: talist, run: runAccountIdForMarket } = useRequest(queryAccount
 })
 
 const { data: marker, run } = useRequest(getRiskRatioTypeForMarketer, {
+    manual: true,
     params: {
         riskcontrolmode: 2,
         customertype: formData.value.customertype ?? 1