@@ -173,7 +173,7 @@ | |||
itemData.form.funRuleStarts && | |||
itemData.funRuleStarts | |||
) { | |||
text += itemData.funRule(data) | |||
text += itemData.funRule(data,form) | |||
} else { | |||
text += data | |||
} |
@@ -632,7 +632,7 @@ function getList() { | |||
} | |||
const appidOptions = ref<any>([]) | |||
const getAppidOptions = () => { | |||
BaseService.post('/userw/agency/listByNameLike', { name: '黔通' }).then( | |||
BaseService.post('/userw/agency/listByNameLike', { }).then( | |||
(res: any) => { | |||
if (res && res.code === 0) { | |||
let bizContent = res.data |