Commit 08fa5217 by qiaoyanqi

删除子表,触发求和

parent 0907f5c4
...@@ -21,6 +21,7 @@ export default { ...@@ -21,6 +21,7 @@ export default {
param['_actionParam'] = param.param.customDeleteAction; param['_actionParam'] = param.param.customDeleteAction;
this.customAction(bill, param,param.param.customDeleteAction.action); this.customAction(bill, param,param.param.customDeleteAction.action);
}else{ }else{
bill.setGlobalParam('sum', true);
bill.deleteSubData(param.param.tableName,bill.getSubFocus(),true); bill.deleteSubData(param.param.tableName,bill.getSubFocus(),true);
} }
}else{ }else{
......
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