mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化添加定时任务bug
This commit is contained in:
parent
656a6ec3d5
commit
1d269d1cd2
@ -18,8 +18,8 @@
|
||||
<label class="col-sm-2 col-form-label">选择模板</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="form-control form-control-sm"
|
||||
v-model="template"
|
||||
@change="chooseTemplate(template)">
|
||||
v-model="addJobInfo.templateId"
|
||||
@change="chooseTemplate(item)">
|
||||
<option v-for="item in addJobInfo.templates"
|
||||
:label="item.templateName"
|
||||
:value="item.templateId">{{item.templateName}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user