开始日期

master
lion 2 weeks ago
parent deb1630f1d
commit ed46fcfa18

@ -11,7 +11,7 @@
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>到访日期
</div>
<div class="xy-table-item-content">
<el-date-picker style="width:300px" v-model="form.date" value-format="yyyy-MM-dd" type="date"
<el-date-picker style="width:300px" v-model="form.start_date" value-format="yyyy-MM-dd" type="date"
placeholder="选择到访日期">
</el-date-picker>
</div>
@ -768,6 +768,7 @@
}else{
this.form.id = ""
}
this.form.date = this.form.start_date
// return
save({
...that.form

Loading…
Cancel
Save