From 1fd7d5cab5925b4230ffba5d7a2bfd9277f1ec83 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Tue, 11 Aug 2020 10:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=20[=E6=B6=88=E6=81=AF=E6=8F=90=E9=86=92?= =?UTF-8?q?=E7=AE=A1=E7=90=86]=E6=96=B0=E5=BB=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E9=80=89=E6=8B=A9=E6=B6=88=E6=81=AF=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=EF=BC=8C=E9=87=8D=E7=BD=AE=E6=93=8D=E4=BD=9C=EF=BC=8C=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=87=8D=E7=BD=AE=E6=A8=A1=E6=9D=BF=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/message-steps/select-template.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/message-steps/select-template.vue b/src/components/message-steps/select-template.vue index 15d5536..77a7f52 100644 --- a/src/components/message-steps/select-template.vue +++ b/src/components/message-steps/select-template.vue @@ -336,6 +336,10 @@ export default { this.keyword = ""; this.updateTime = ""; + if (this.tpl_types.length > 0) { + this.type = this.tpl_types[0].value; + } + this.getTemplateList(); }, selectTemplate(item) { -- 2.26.0