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
cc6b6214
Commit
cc6b6214
authored
Feb 26, 2018
by
zfc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模块找不发bug
parent
06bfe713
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
auth.js
public/resource/js/auth.js
+1
-1
auth_rule_box.js
public/resource/js/auth_rule_box.js
+1
-1
auth_rule_index.js
public/resource/js/auth_rule_index.js
+1
-1
role_edit.js
public/resource/js/role_edit.js
+1
-1
save_agent.js
public/resource/js/save_agent.js
+1
-1
No files found.
public/resource/js/auth.js
View file @
cc6b6214
...
...
@@ -67,7 +67,7 @@ define (['doT', 'text!temp/auth_template_tpl.html', 'css!style/home.css','pagina
Edit
:
function
(){
//获取
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/addAuth'
,
//获取编辑数据
'url'
:
'/index/addAuth
/
'
,
//获取编辑数据
data
:
{
"id"
:
auth
.
house_id
},
dataType
:
"json"
,
success
:
function
(
data
){
...
...
public/resource/js/auth_rule_box.js
View file @
cc6b6214
...
...
@@ -47,7 +47,7 @@ define (['doT', 'text!temp/auth_rule_box_template_tpl.html', 'css!style/home.css
});
var
id
=
getUrlParam
(
'id'
);
$
.
ajax
({
url
:
'/index/updateAuthRule/
group_id/
'
+
id
,
url
:
'/index/updateAuthRule/'
+
id
,
type
:
'post'
,
async
:
true
,
dataType
:
'json'
,
...
...
public/resource/js/auth_rule_index.js
View file @
cc6b6214
...
...
@@ -76,7 +76,7 @@ authRule={
Edit
:
function
(){
//获取
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/updateAuthRule/
group_id/
'
,
//获取编辑数据
'url'
:
'/index/updateAuthRule/'
,
//获取编辑数据
data
:
{
"id"
:
authRule
.
house_id
},
dataType
:
"json"
,
success
:
function
(
data
)
{
...
...
public/resource/js/role_edit.js
View file @
cc6b6214
...
...
@@ -40,7 +40,7 @@ define (['doT', 'css!style/home.css','pagination','bootstrapJs'], function (doT,
return
false
;
}
$
.
ajax
({
url
:
'/index/addAuth/
group_id/
'
+
id
,
url
:
'/index/addAuth/'
+
id
,
type
:
'post'
,
async
:
true
,
dataType
:
'json'
,
...
...
public/resource/js/save_agent.js
View file @
cc6b6214
...
...
@@ -59,7 +59,7 @@ define (['doT', 'text!temp/get_auth_list_template_tpl.html', 'css!style/home.css
return
false
;
}
$
.
ajax
({
url
:
'/index/saveAgent/
group_id/
'
+
id
,
url
:
'/index/saveAgent/'
+
id
,
type
:
'post'
,
async
:
true
,
dataType
:
'json'
,
...
...
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