Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
adfbb745
Commit
adfbb745
authored
Mar 29, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除弹框
parent
d71b65d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
createTaskList.js
...n/resources/static/views/createTaskList/createTaskList.js
+0
-3
dispatchTask.js
src/main/resources/static/views/dispatchTask/dispatchTask.js
+0
-1
task.js
src/main/resources/static/views/task/task.js
+0
-4
No files found.
src/main/resources/static/views/createTaskList/createTaskList.js
View file @
adfbb745
...
@@ -223,9 +223,6 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
...
@@ -223,9 +223,6 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
}
}
console
.
log
(
map
)
console
.
log
(
map
)
HttpService
.
createTask
(
map
,
function
(
data
){
HttpService
.
createTask
(
map
,
function
(
data
){
console
.
log
(
data
)
MessageService
.
showAlert
(
data
.
msg
)
console
.
log
(
$scope
.
searchCurrent
)
$scope
.
searchCurrent
();
$scope
.
searchCurrent
();
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$rootScope
.
selectCount
=
[];
$rootScope
.
selectCount
=
[];
...
...
src/main/resources/static/views/dispatchTask/dispatchTask.js
View file @
adfbb745
...
@@ -163,7 +163,6 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
...
@@ -163,7 +163,6 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
console
.
log
(
json
)
console
.
log
(
json
)
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"下发完成"
)
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$rootScope
.
closeThis
();
$rootScope
.
closeThis
();
})
})
...
...
src/main/resources/static/views/task/task.js
View file @
adfbb745
...
@@ -210,7 +210,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -210,7 +210,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
json
)
console
.
log
(
json
)
HttpService
.
updatePrintTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updatePrintTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"转出完成"
)
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$rootScope
.
closeThis
();
$rootScope
.
closeThis
();
})
})
...
@@ -381,7 +380,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -381,7 +380,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
json
)
console
.
log
(
json
)
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"转出完成"
)
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$rootScope
.
closeThis
();
$rootScope
.
closeThis
();
})
})
...
@@ -547,7 +545,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -547,7 +545,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
json
)
console
.
log
(
json
)
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"转出完成"
)
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$rootScope
.
closeThis
();
$rootScope
.
closeThis
();
})
})
...
@@ -714,7 +711,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -714,7 +711,6 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
json
)
console
.
log
(
json
)
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"转出完成"
)
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$rootScope
.
closeThis
();
$rootScope
.
closeThis
();
})
})
...
...
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