|
|
@@ -185,11 +185,9 @@ Page({
|
|
|
...this.data.content,
|
|
|
...this.selectComponent("#Form").submit()
|
|
|
};
|
|
|
- console.log(content)
|
|
|
content.sys_enterpriseid = content.sys_enterpriseid[1][0] || '';
|
|
|
content.sa_projectid = content.sa_projectid[1][0] || '';
|
|
|
content.contactsid = content.contactsid ? content.contactsid[1][0] : '';
|
|
|
-
|
|
|
content.begdate = content.invaliddate[0];
|
|
|
content.enddate = content.invaliddate[1];
|
|
|
delete(content.invaliddate)
|