From 07b89087cd5a99882f3494fa3192bab67090c5e8 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 22 八月 2023 22:06:12 +0800
Subject: [PATCH] 本地提交提交
---
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.10.0