|
@ -25,13 +25,11 @@ define(["require"],function(require) {
|
25
|
25
|
execute("getDate", [date,format],err);
|
26
|
26
|
},getContactsView:function(callback,list1,list2,err){
|
27
|
27
|
if (typeof(list1)=="object" && (list1 instanceof Wade.DataMap)) {
|
28
|
|
alert("==========");
|
29
|
28
|
var list1 = new Wade.DatasetList();
|
30
|
29
|
list1.add(list1);
|
31
|
30
|
list1 = list1;
|
32
|
31
|
}
|
33
|
32
|
if (typeof(list2)=="object" && (list1 instanceof Wade.DataMap)) {
|
34
|
|
alert("==========2");
|
35
|
33
|
var list2 = new Wade.DatasetList();
|
36
|
34
|
list2.add(list2);
|
37
|
35
|
list2 = list2;
|