开始日期

master
lion 2 weeks ago
parent deb1630f1d
commit ed46fcfa18

@ -11,7 +11,7 @@
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>到访日期 <span style="color: red;font-weight: 600;padding-right: 4px;">*</span>到访日期
</div> </div>
<div class="xy-table-item-content"> <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="选择到访日期"> placeholder="选择到访日期">
</el-date-picker> </el-date-picker>
</div> </div>
@ -768,6 +768,7 @@
}else{ }else{
this.form.id = "" this.form.id = ""
} }
this.form.date = this.form.start_date
// return // return
save({ save({
...that.form ...that.form

Loading…
Cancel
Save