Commit 0b0ea426 by qiaoyanqi

获取当前登录人,兼容河北系统

parent 5620ab05
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
); );
}, },
isApproverEqulloginer: function (bill, param) { isApproverEqulloginer: function (bill, param) {
const loginer = GMS.userContext && GMS.userContext.id const loginer = GMS.userContext && GMS.userContext.id || window.nros.getUser().conetxtUser.id;
let approver = [] let approver = []
$.ajax({ $.ajax({
type: "GET", type: "GET",
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
); );
}, },
isApproverEqulloginer: function (bill, param) { isApproverEqulloginer: function (bill, param) {
const loginer = GMS.userContext && GMS.userContext.id const loginer = GMS.userContext && GMS.userContext.id || window.nros.getUser().conetxtUser.id;
let approver = [] let approver = []
$.ajax({ $.ajax({
type: "GET", type: "GET",
......
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