Commit 371af634 authored by 刘明珠's avatar 刘明珠

清册:value取值变更

parent af512c5f
...@@ -165,8 +165,8 @@ ...@@ -165,8 +165,8 @@
// $("#token").attr("value",""); // $("#token").attr("value","");
var companyInfo = data; var companyInfo = data;
$("#djxh").attr("value", companyInfo.djxh); $("#djxh").attr("value", companyInfo.djxh);
if (companyInfo.success) {
config.value = companyInfo.bean.value config.value = companyInfo.bean.value
if (companyInfo.success) {
companyInfo.bean.config = config companyInfo.bean.config = config
companyInfo.bean.return = true; companyInfo.bean.return = true;
initpage = initPage(companyInfo.bean); initpage = initPage(companyInfo.bean);
......
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