|
@@ -272,7 +272,7 @@
|
|
|
// 查询配置字段选项列表
|
|
// 查询配置字段选项列表
|
|
|
const riskOptionsData = ref([])
|
|
const riskOptionsData = ref([])
|
|
|
const getRiskOptions = async () => {
|
|
const getRiskOptions = async () => {
|
|
|
- let res = await riskOptions()
|
|
|
|
|
|
|
+ let res = await riskOptions({appIds: appListData.value.map(item=>item.appId).join(",")})
|
|
|
riskOptionsData.value = res.data
|
|
riskOptionsData.value = res.data
|
|
|
layer.value.optionsData = res.data
|
|
layer.value.optionsData = res.data
|
|
|
}
|
|
}
|