Commit 6d6b77eb by Sweet Zhang

新增来佣接口对接

parent af056850
...@@ -159,6 +159,17 @@ export function deletePolicyFortuneAccount(data) { ...@@ -159,6 +159,17 @@ export function deletePolicyFortuneAccount(data) {
}) })
} }
// 新建来佣
// /csf/api/commission/add
export function addPolicyCommission(data) {
return request({
url: '/csf/api/commission/add',
method: 'post',
data: data
})
}
......
...@@ -461,6 +461,7 @@ const getDictLists = () => { ...@@ -461,6 +461,7 @@ const getDictLists = () => {
resolve(dictLists.value,currencyTypeOptions.value); resolve(dictLists.value,currencyTypeOptions.value);
} else { } else {
currencyTypeOptions.value = []; currencyTypeOptions.value = [];
dictLists.value = [];
resolve([],[]); resolve([],[]);
} }
}).catch(error => { }).catch(error => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment