Commit 6e16ee55 by 杨树贤

优化返回薪资

parent b6d76169
...@@ -483,7 +483,7 @@ ...@@ -483,7 +483,7 @@
}) })
} else if (res.err_code === -1) { } else if (res.err_code === -1) {
if (ignoreCompanyCheck) { if (ignoreCompanyCheck) {
layer.msg('公司未进行工商注册', { layer.msg(res.err_msg, {
icon: 5 icon: 5
}) })
} else { } else {
......
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 sign in to comment