From ad58a16c9d452c2e4d534e081ea3f84001a4595a Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期二, 15 八月 2023 09:26:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
index 9ba08aa..ed137cd 100644
--- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -242,7 +242,7 @@
         datetime: "datetime",
       },
       tableData: [],
-      tableHeight: 'calc(100vh - 330px)',
+      tableHeight: 'calc(100vh - 350px)',
       DataVisible: false,
       tableHeadData: [],
       items: {},
@@ -770,6 +770,7 @@
       this.addvisible = false;
       addSaveCode(val).then(res => {
         this.$nextTick(() => {
+          this.$message.warning("淇濆瓨鎴愬姛");
           this.onLoad()
         })
       })
@@ -779,6 +780,7 @@
       this.editvisible = false;
       editSaveCode(val).then(res => {
         this.$nextTick(() => {
+          this.$message.warning("淇濆瓨鎴愬姛");
           this.onLoad()
         })
       })
@@ -792,6 +794,7 @@
       upSaveCode(val).then(res => {
         console.log(res)
         this.$nextTick(() => {
+          this.$message.warning("淇濆瓨鎴愬姛");
           this.onLoad()
         })
       })

--
Gitblit v1.9.3