Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
Overview
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
reyun
saasio
Commits
48def014
Commit
48def014
authored
Mar 15, 2018
by
yangfangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除判断提示
parent
e62987e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
auth.js
src/main/websrc/js/manage/auth.js
+7
-2
No files found.
src/main/websrc/js/manage/auth.js
View file @
48def014
...
@@ -93,9 +93,14 @@
...
@@ -93,9 +93,14 @@
ToolService
.
showLoading
();
ToolService
.
showLoading
();
var
deletePM
=
HttpService
.
deleteInfo
(
"mng/auth/"
+
$scope
.
delInfo
.
id
+
"/delete"
);
var
deletePM
=
HttpService
.
deleteInfo
(
"mng/auth/"
+
$scope
.
delInfo
.
id
+
"/delete"
);
deletePM
.
then
(
function
(){
deletePM
.
then
(
function
(){
ToolService
.
showTips
(
"删除成功"
);
ToolService
.
hideLoading
();
ToolService
.
hideLoading
();
$scope
.
query
();
if
(
data
){
ToolService
.
showTips
(
"删除成功"
);
$scope
.
query
();
}
else
{
ToolService
.
showTips
(
"该账号已激活,不支持删除,您可以在右侧操作区对账号进行停用。"
);
}
});
});
}
}
$scope
.
sendEmailAgain
=
function
(
send
){
$scope
.
sendEmailAgain
=
function
(
send
){
...
...
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