Commit 58ccbcbb by Joey

fix(@gms/gms-plugin-billexpand): 子表打开单据编辑,更新信息不触发公式

parent cb4a489a
......@@ -15,6 +15,10 @@ export default {
tableName = arr[0].param.field[0].targetTableName;
}
c.actionParam = c.actionParam || {}
c.actionParam.param = c.actionParam.param || {}
c.actionParam.param.masterSubRelation = bill.getTableType('sub_table')
if(param.param && param.param.tableName){
tableName = param.param.tableName
}
......@@ -28,7 +32,6 @@ export default {
c.subBillData = obj.BILLDETAILOBJ;
c.modal_visible = true;
GMS.editSubIndex = bill.getSubFocus();
console.log('param',param,obj);
c.$nextTick(()=>{
component.addListener({
close: function() {
......
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