Commit 9b20ea5d authored by 彭令令's avatar 彭令令

返回错误时也要赋值

parent 0a90ebbb
......@@ -50,6 +50,7 @@ function getInitTable() {
alertWarning(companyInfo.returnMessage);
if (!companyInfo.bean) {
companyInfo.bean = {};
Author = companyInfo.content.value
companyInfo.bean.djxh = getUrlParam("djxh");
companyInfo.bean.return = false;
}
......
......@@ -54,6 +54,7 @@ function getInitTable() {
initpage = initPage(companyInfo.bean);
} else {
AuthorizationBz = companyInfo.bean.value
operateType = companyInfo.bean.operateType;
config.value = companyInfo.bean.value
hideLoading();
......
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