Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
1fd7d5ca
Commit
1fd7d5ca
authored
Aug 11, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[消息提醒管理]新建页面,选择消息模板,重置操作,无法重置模板类型查询框
parent
0c42e77e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/components/message-steps/select-template.vue
src/components/message-steps/select-template.vue
+4
-0
No files found.
src/components/message-steps/select-template.vue
View file @
1fd7d5ca
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment