feat; 优化加载数据
This commit is contained in:
@@ -1172,6 +1172,7 @@
|
||||
formData.sDate = res.data.sDate ? Number(new Date(res.data.sDate).getTime()) : null;
|
||||
formData.eDate = res.data.eDate ? Number(new Date(res.data.eDate).getTime()) : null;
|
||||
this.formData = {...formData}
|
||||
await this.fillFormData(this.formConf, this.formData);
|
||||
this.$nextTick(()=>{
|
||||
if (this.$refs.dynamicForm && this.$refs.dynamicForm.setFormData) {
|
||||
this.$refs.dynamicForm.setFormData('applyDepId', this.formData.applyDepId);
|
||||
|
||||
Reference in New Issue
Block a user