32b085d5 by lihua

认证的行业分类需要获取出全部

1 parent 8e61f932
......@@ -1380,7 +1380,7 @@ onBeforeMount(() => {
res?.msg && proxy.$ElMessage.error(res?.msg);
}
})
getParamsList({ dictType: '行业分类', level: 1 }).then((res: any) => {
getParamsList({ dictType: '行业分类' }).then((res: any) => {
if (res?.code == proxy.$passCode) {
industryList.value = res.data || [];
let index = contentFormItems.value.findIndex(item => item.field == 'industry');
......
......@@ -1147,7 +1147,7 @@ onBeforeMount(() => {
() => getDetail(),
)
}
getParamsList({ dictType: '行业分类', level: 1 }).then((res: any) => {
getParamsList({ dictType: '行业分类' }).then((res: any) => {
if (res?.code == proxy.$passCode) {
industryList.value = res.data || [];
let index = contentFormItems.value.findIndex(item => item.field == 'industry');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!