3036b430 by lihua

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

1 parent 9bb6daf4
...@@ -1380,7 +1380,7 @@ onBeforeMount(() => { ...@@ -1380,7 +1380,7 @@ onBeforeMount(() => {
1380 res?.msg && proxy.$ElMessage.error(res?.msg); 1380 res?.msg && proxy.$ElMessage.error(res?.msg);
1381 } 1381 }
1382 }) 1382 })
1383 getParamsList({ dictType: '行业分类', level: 1 }).then((res: any) => { 1383 getParamsList({ dictType: '行业分类' }).then((res: any) => {
1384 if (res?.code == proxy.$passCode) { 1384 if (res?.code == proxy.$passCode) {
1385 industryList.value = res.data || []; 1385 industryList.value = res.data || [];
1386 let index = contentFormItems.value.findIndex(item => item.field == 'industry'); 1386 let index = contentFormItems.value.findIndex(item => item.field == 'industry');
......
...@@ -1147,7 +1147,7 @@ onBeforeMount(() => { ...@@ -1147,7 +1147,7 @@ onBeforeMount(() => {
1147 () => getDetail(), 1147 () => getDetail(),
1148 ) 1148 )
1149 } 1149 }
1150 getParamsList({ dictType: '行业分类', level: 1 }).then((res: any) => { 1150 getParamsList({ dictType: '行业分类' }).then((res: any) => {
1151 if (res?.code == proxy.$passCode) { 1151 if (res?.code == proxy.$passCode) {
1152 industryList.value = res.data || []; 1152 industryList.value = res.data || [];
1153 let index = contentFormItems.value.findIndex(item => item.field == 'industry'); 1153 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!