Commit a8bfbe34 by Sweet Zhang

入参问题修改

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