Commit ac47a6d7 authored by Kimber's avatar Kimber

'a'

parent 5eab5f73
......@@ -1184,14 +1184,13 @@
if(i < 3){
reqiust(list[0].id, i);
}else{
//var item = {
// name: "全部",
// label: "全部",
// id: 7,
//};
//
//list.unshift(item);
var item = {
name: "全部",
label: "全部",
id: 24,
};
list.unshift(item);
that.reqEnterprise(list[0] && list[0].id || 0, selects[i]);
};
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment