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