8e61f932 by lihua

行业分类传level1

1 parent eb7696ce
......@@ -964,6 +964,7 @@ onBeforeMount(() => {
getDamTypesList({
dictType: "行业分类",
level: 1
}).then((res: any) => {
if (res.code == proxy.$passCode) {
industryDictList.value = res.data || [];
......
......@@ -1380,7 +1380,7 @@ onBeforeMount(() => {
res?.msg && proxy.$ElMessage.error(res?.msg);
}
})
getParamsList({ dictType: '行业分类' }).then((res: any) => {
getParamsList({ dictType: '行业分类', level: 1 }).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: '行业分类' }).then((res: any) => {
getParamsList({ dictType: '行业分类', level: 1 }).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!