From 98a2b24c89e81a5aacdcbd6b739fef422adf17dd Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期五, 29 三月 2024 09:57:55 +0800 Subject: [PATCH] 代码更新 --- src/views/maintenance/parameterConfiguration.vue | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/maintenance/parameterConfiguration.vue b/src/views/maintenance/parameterConfiguration.vue index 669e1d0..39341c1 100644 --- a/src/views/maintenance/parameterConfiguration.vue +++ b/src/views/maintenance/parameterConfiguration.vue @@ -207,8 +207,13 @@ this.upform = row; }, EditFromDataClose() { - this.EditFormdialog = false; - this.upform = {}; + this.$confirm("鍏抽棴鍚庢棤娉曚繚瀛橈紝鏄惁鍏抽棴?") + .then((_) => { + this.EditFormdialog = false; + this.upform = {}; + this.getRoleTabelData(); + }) + .catch((_) => { }); }, async EditFromData() { if ( @@ -248,7 +253,7 @@ if (data.code != 200) { this.$message.error("鍒楄〃璋冪敤澶辫触"); } - console.log(data); + this.tableData = data.result; this.count = data.count; }, @@ -281,9 +286,11 @@ <style lang="less" scoped> //@import url(); 寮曞叆鍏叡css绫� .parameterConfiguration_box { - height: calc(100% - 20px); - width: calc(100% - 20px); + height: calc(100% - 40px); + width: calc(100% - 40px); padding: 10px; + margin: 10px; + border-radius: 10px; position: relative; .parameterConfiguration { padding-top: 10px; -- Gitblit v1.9.3