Commit e365e21e by liuyang

2024-07-30 修复扣款单只能选择劳动合同bug

parent 6676c729
...@@ -35,7 +35,7 @@ $(function() { ...@@ -35,7 +35,7 @@ $(function() {
query: function (container, params) { query: function (container, params) {
var queryInfo = new EiInfo(); var queryInfo = new EiInfo();
// info.set("reviewStatus","3") // info.set("reviewStatus","3")
queryInfo.set("contractTyps","2,4") queryInfo.set("contractTypes","2,4")
return queryInfo; return queryInfo;
}, },
init: function (e, options) { init: function (e, options) {
......
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