Commit f05379ee authored by agping's avatar agping

1

parent 28fac317
......@@ -1041,7 +1041,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
var caozuo_table = "";
$.ajax({
'type': 'GET',
'url': '/index/lookShopIndex', //获取操作记录
'url': '/office_index/getEditLog', //获取操作记录
data: {
"house_id": business.house_id
},
......@@ -1049,7 +1049,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
success: function(data) {
if(data.code == 200) {
if(data.data.list) {
$.each(data.data.list, function(i, item) {
$.each(data.data, function(i, item) {
caozuo_table += '<tr><td>' + item.look_time + '</td> <td>' + item.house_id + '</td> <td>' + item.agent_name + '</td></tr>'
});
if(caozuo_table){
......
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