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
4daa2c20
Commit
4daa2c20
authored
Jun 12, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
url
parent
f28452be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OfficeRoom.php
application/index/controller/OfficeRoom.php
+1
-1
officeBuildingList.html
application/index/view/office_room/officeBuildingList.html
+1
-1
No files found.
application/index/controller/OfficeRoom.php
View file @
4daa2c20
...
@@ -120,7 +120,7 @@ class OfficeRoom extends Basic
...
@@ -120,7 +120,7 @@ class OfficeRoom extends Basic
public
function
getRoomList
()
public
function
getRoomList
()
{
{
if
(
!
$this
->
request
->
isAjax
())
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'office/officeBuildingList'
);
return
view
(
'office
_room
/officeBuildingList'
);
}
}
$result
=
$this
->
service
->
getRoomList
(
$this
->
params
,
1
);
$result
=
$this
->
service
->
getRoomList
(
$this
->
params
,
1
);
if
(
$result
[
'status'
]
==
'successful'
)
{
if
(
$result
[
'status'
]
==
'successful'
)
{
...
...
application/index/view/office/officeBuildingList.html
→
application/index/view/office
_room
/officeBuildingList.html
View file @
4daa2c20
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
<div
class=
"pull-right"
>
<div
class=
"pull-right"
>
<ul
class=
"bread_btn"
>
<ul
class=
"bread_btn"
>
<li>
<li>
<a
href=
"/admin.php/
index/officeEdit
"
class=
"btn btn-default"
><i
class=
"icon-plus"
></i>
新增办公楼
</a>
<a
href=
"/admin.php/
office_index/houseAdd
"
class=
"btn btn-default"
><i
class=
"icon-plus"
></i>
新增办公楼
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
...
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