Handy_Cao 7 mesi fa
parent
commit
88fe43fc3c

+ 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