2
0

修正字典数据

This commit is contained in:
lai
2025-01-16 14:22:47 +08:00
parent 5fad65960c
commit c0c912f08b
5 changed files with 24 additions and 7 deletions

View File

@@ -402,7 +402,7 @@ onMounted(() => {
// 指定任务id数据列表
if (dictId && dictId !== '0') {
doGetDataInfo(dictId).then(res => {
doGetType(dictId).then(res => {
if (!res.error) {
searchParams.dictType = res.data.dictType;
getData();