修改为parameter来设置携带操作代码

This commit is contained in:
pan-houxiang 2025-12-02 09:57:06 +08:00
parent ef705ef8ef
commit bbd6ded754
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ public class MaterialListPlugin extends AbstractListPlugin implements Plugin {
BillShowParameter parameter = e.getParameter();
parameter.setCustomParam("copySrcBillName",bd_material.getString("name"));
parameter.setCustomParam("copySrcBillNumber",bd_material.getString("number"));
this.getView().getFormShowParameter().setCustomParam("operateKey", "copyandchange");
parameter.setCustomParam("operateKey", "copyandchange");
}
}