修改数据内容显示

v1.1.0
于肖磊 2024-12-10 18:12:23 +08:00
parent ce34cae354
commit d618bad9bc
1 changed files with 4 additions and 1 deletions

View File

@ -170,7 +170,10 @@ const text_change = (key: string) => {
}
} else {
//
form.value.data_source_field = get_data_fields([], 'text', '');
form.value.data_source_field = {
id: [],
option: [],
};
}
};
//