Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
f05379ee
Commit
f05379ee
authored
Jun 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
28fac317
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
officeBuildingList.js
public/resource/js/officeBuildingList.js
+2
-2
No files found.
public/resource/js/officeBuildingList.js
View file @
f05379ee
...
@@ -1041,7 +1041,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
...
@@ -1041,7 +1041,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
var
caozuo_table
=
""
;
var
caozuo_table
=
""
;
$
.
ajax
({
$
.
ajax
({
'type'
:
'GET'
,
'type'
:
'GET'
,
'url'
:
'/
index/lookShopIndex
'
,
//获取操作记录
'url'
:
'/
office_index/getEditLog
'
,
//获取操作记录
data
:
{
data
:
{
"house_id"
:
business
.
house_id
"house_id"
:
business
.
house_id
},
},
...
@@ -1049,7 +1049,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
...
@@ -1049,7 +1049,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
success
:
function
(
data
)
{
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
if
(
data
.
data
.
list
)
{
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>'
caozuo_table
+=
'<tr><td>'
+
item
.
look_time
+
'</td> <td>'
+
item
.
house_id
+
'</td> <td>'
+
item
.
agent_name
+
'</td></tr>'
});
});
if
(
caozuo_table
){
if
(
caozuo_table
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment