fix 代码生成,重置字段

This commit is contained in:
maxbad 2023-05-10 16:08:02 +08:00
parent b7ed3488e4
commit 8e8f75241f

View File

@ -82,6 +82,7 @@
const dataSource = ref(formValue.value.masterColumns); const dataSource = ref(formValue.value.masterColumns);
async function reloadFields(loading = false) { async function reloadFields(loading = false) {
dataSource.value = [];
if (loading) { if (loading) {
show.value = true; show.value = true;
} }