feat: 优化申请单位
This commit is contained in:
@@ -939,7 +939,7 @@
|
||||
createModel(this.modelId,{
|
||||
operateType: 3,
|
||||
id: this.dataForm.id,
|
||||
data: {}
|
||||
data: this.dataForm.id
|
||||
}, this.modelId).then(res => {
|
||||
uni.showToast({
|
||||
title: res.msg || '删除成功',
|
||||
@@ -1168,6 +1168,7 @@
|
||||
applyDepData: res.data.applyDepData || null,
|
||||
...result
|
||||
};
|
||||
formData.applyDepId = res.data.applyDepId ? String(res.data.applyDepId) : '';
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user