Commit 60d2c75b by liuyang

2024-04-17 报工管理功能优化

parent 8e10dd6f
...@@ -67,7 +67,7 @@ $(function () { ...@@ -67,7 +67,7 @@ $(function () {
//saveResult(btnNode); //saveResult(btnNode);
}, },
onSuccess: function (e) { onSuccess: function (e) {
if (e.eiInfo.extAttr.methodName == 'update' || e.eiInfo.extAttr.methodName == 'insert') { if (e.eiInfo.extAttr.methodName == 'update' || e.eiInfo.extAttr.methodName == 'insert' ||e.eiInfo.extAttr.methodName == 'delete') {
query(); query();
} }
}, },
......
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