|
|
@ -160,7 +160,7 @@ Component({ |
|
|
}, |
|
|
}, |
|
|
//*************************************************fetchAgentList************************************************//
|
|
|
//*************************************************fetchAgentList************************************************//
|
|
|
fetchAgentList: function () { |
|
|
fetchAgentList: function () { |
|
|
if(this.data.requesting || util.isEmpty(form.categoryId)){ |
|
|
|
|
|
|
|
|
if(util.isEmpty(form.categoryId)){ |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
this.setData({ requesting: true, orderList: [] }) |
|
|
this.setData({ requesting: true, orderList: [] }) |
|
|
|