Commit a8bfbe34 by Sweet Zhang

入参问题修改

parent 4f4b0e06
......@@ -16,7 +16,7 @@
v-for="item in companyOptions"
:key="item.value"
:label="item.label"
:value="item.value"
:value="item.label"
/>
</el-select>
</el-form-item>
......
......@@ -441,7 +441,7 @@ import { completePolicyFortune } from '@/api/financial/commission'
const fetchCompletePolicyFortune = async (row) => {
try {
const res = await completePolicyFortune({
fortuneBizIdList: row
fortuneAccountBizIdList: row
});
console.log(res)
if (res.code === 200) {
......
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