mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-28 15:41:04 +08:00
fix 代码生成,重置字段
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user