修正字典数据
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user