认证的行业分类需要获取出全部
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -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'); | ... | ... |
-
Please register or sign in to post a comment