|
@@ -573,6 +573,7 @@ var PROJECT = {
|
|
if(d.type == ModuleNames.bills || d.type == ModuleNames.ration){//如果是树节点类型,直接取树节点更新
|
|
if(d.type == ModuleNames.bills || d.type == ModuleNames.ration){//如果是树节点类型,直接取树节点更新
|
|
if(d.action =="add"){
|
|
if(d.action =="add"){
|
|
if(d.type == ModuleNames.ration) this.Ration.datas.push(d.data);
|
|
if(d.type == ModuleNames.ration) this.Ration.datas.push(d.data);
|
|
|
|
+ if(d.type == ModuleNames.bills) this.Bills.datas.push(d.data);
|
|
reclacQuantity = true;
|
|
reclacQuantity = true;
|
|
addNodeDatas.push(d);
|
|
addNodeDatas.push(d);
|
|
}else {
|
|
}else {
|