From 537559f7db5b95f4dd077e454662b4c22763acf1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Fri, 9 Dec 2022 14:31:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E8=A1=A8?=
=?UTF-8?q?=E6=A0=BC=E7=BC=96=E8=BE=91=E6=8F=90=E4=BA=A4=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?loading?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/tool/gen/editTable.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/tool/gen/editTable.vue b/src/views/tool/gen/editTable.vue
index 6bd67fe..01c572a 100644
--- a/src/views/tool/gen/editTable.vue
+++ b/src/views/tool/gen/editTable.vue
@@ -16,6 +16,7 @@
+
@@ -131,7 +132,6 @@
-
@@ -141,7 +141,7 @@
@@ -171,7 +171,7 @@ const loading = ref(true)
const dragTableRef = ref()
const route = useRoute()
const { proxy } = getCurrentInstance()
-
+const submitLoading = ref(false)
function handleQuery() {
const tableId = route.query && route.query.tableId
@@ -187,6 +187,7 @@ function handleQuery() {
}
/** 提交按钮 */
function submitForm() {
+ submitLoading.value = true
const basicForm = proxy.$refs.basicInfo.$refs.basicInfoForm
const genForm = proxy.$refs.genInfo.$refs.genInfoForm