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

返回错误时也要赋值

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