Commit eee7b482 authored by 刘明珠's avatar 刘明珠

value赋值调整

parent 7df0857e
...@@ -144,9 +144,9 @@ ...@@ -144,9 +144,9 @@
//el表达式变jq //el表达式变jq
// $("#token").attr("value",""); // $("#token").attr("value","");
var companyInfo = data; var companyInfo = data;
config.value = companyInfo.bean.value
$("#djxh").attr("value", companyInfo.djxh); $("#djxh").attr("value", companyInfo.djxh);
if (companyInfo.success) { if (companyInfo.success) {
config.value = companyInfo.bean.value
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