From a896f3781d29ef58564929cfceeb078a87d01d6a Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期六, 11 五月 2024 18:30:43 +0800
Subject: [PATCH] 1

---
 src/views/notification/configuration.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/notification/configuration.vue b/src/views/notification/configuration.vue
index 5d450ad..a88e523 100644
--- a/src/views/notification/configuration.vue
+++ b/src/views/notification/configuration.vue
@@ -2,7 +2,7 @@
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-05-10 17:39:49
+ * @LastEditTime: 2024-05-11 11:31:56
  * @FilePath: /smart-web/src/views/master/person/main/index.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -65,7 +65,6 @@
 				///api/blade-notify/notifier/config/sms/aliyunSms/metadata
 			},
 			table_edit(row){
-				console.log(row)
 				if(row.name == "閽夐拤") {
 					var url = `/api/blade-notify/notifier/config/dingTalk/dingTalkMessage/metadata`;
 				}else if(row.name == "浼佷笟寰俊") {
@@ -80,8 +79,7 @@
 					if(res.code == 200) {
 						this.dialog.save = true;
 						this.$nextTick(() => {
-							console.log(row,res.data)
-							var obj = Object.assign(row,res.data);
+							var obj = Object.assign(res.data,row);
 							this.$refs.saveDialog.open('edit').setData(obj);
 						})
 					}

--
Gitblit v1.9.3