|
|
@@ -185,9 +185,9 @@ Page({
|
|
|
...this.data.content,
|
|
|
...this.selectComponent("#Form").submit()
|
|
|
};
|
|
|
- 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.sys_enterpriseid = content.sys_enterpriseid[1][0] || 0;
|
|
|
+ content.sa_projectid = content.sa_projectid[1][0] || 0;
|
|
|
+ content.contactsid = content.contactsid ? content.contactsid[1][0] : 0;
|
|
|
content.begdate = content.invaliddate[0];
|
|
|
content.enddate = content.invaliddate[1];
|
|
|
delete(content.invaliddate)
|