From 5cc80fc067ae6248cb86293f71fda3fc8b3d663d Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期二, 05 九月 2023 09:05:09 +0800
Subject: [PATCH] 修改排序字段
---
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
index e7175d2..dc1b16f 100644
--- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -800,32 +800,32 @@
},
//澧炲姞淇濆瓨
AddSumbit(val) {
- this.addvisible = false;
addSaveCode(val).then(res => {
this.$nextTick(() => {
- this.$message.warning("淇濆瓨鎴愬姛");
+ this.addvisible = false;
+ this.$message.success("淇濆瓨鎴愬姛");
this.onLoad()
})
})
},
//淇敼鍥炶皟
EditSumbit(val) {
- this.editvisible = false;
editSaveCode(val).then(res => {
this.$nextTick(() => {
- this.$message.warning("淇濆瓨鎴愬姛");
+ this.editvisible = false;
+ this.$message.success("淇濆瓨鎴愬姛");
this.onLoad()
})
})
},
//鏁版嵁鏇存敼鍥炶皟
updataSumbit(val) {
- this.DataVisible = false;
val.copyFromVersion = this.rowOid;
val.oid = '';
upSaveCode(val).then(res => {
this.$nextTick(() => {
- this.$message.warning("淇濆瓨鎴愬姛");
+ this.DataVisible = false;
+ this.$message.success("淇濆瓨鎴愬姛");
this.onLoad()
})
})
@@ -867,10 +867,14 @@
}
}
-/deep/ .el-button {
+.el-button {
margin: 0 10px 10px 0;
}
+/deep/ .dialog-footer .el-button {
+ margin: 0 10px 0 0;
+}
+
.main {
display: flex;
flex-direction: column;
--
Gitblit v1.10.0