Commit 341652f1 authored by 黄奎's avatar 黄奎

默认值修改

parent 0a044525
......@@ -376,7 +376,7 @@
<span>
<em>领队/导游</em>
<el-select v-model="msg.LeaderId" filterable :placeholder="$t('admin.admin_phBirthPlace')" class="w210">
<el-option :label="$t('pub.unlimitedSel')" :value="0"> </el-option>
<el-option :label="$t('pub.unlimitedSel')" :value="-1"> </el-option>
<el-option v-for='item in leaderList' :key="item.ID" :label="item.Name" :value="item.ID">
</el-option>
</el-select>
......@@ -509,7 +509,7 @@
msg: {
pageIndex: 1,
pageSize: 10,
LeaderId: 0,
LeaderId: -1,
ScheduleType: 0,
YearMonth: "",
TCID: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment