From 540af127d6874345ae0aaffc85287dfb6287904b Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 29 十一月 2022 10:08:25 +0800
Subject: [PATCH] 短信模板消息内容初始化

---
 src/views/systemSetting/device/bayonet/create/index.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/systemSetting/device/bayonet/create/index.vue b/src/views/systemSetting/device/bayonet/create/index.vue
index 921e3b4..31c6da0 100644
--- a/src/views/systemSetting/device/bayonet/create/index.vue
+++ b/src/views/systemSetting/device/bayonet/create/index.vue
@@ -129,6 +129,9 @@
 
   created() {
     this.bayonet = deepClone(this.originalBayonet);
+    if (this.originalBayonet) {
+      this.bayonet.bayonetName = this.originalBayonet.name;
+    }
   },
 
   methods: {

--
Gitblit v1.8.0