From 7ea3c09ea0dbe8f1dd50beb520b5358edcc82b61 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期一, 14 八月 2023 13:18:03 +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.9.3