Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
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
李苏
lxyl-vue
Commits
7fb084cf
Commit
7fb084cf
authored
Apr 08, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
$refs
parent
2715790a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
index.vue
src/views/ccgl/wcsrwgl/wcsrw/index.vue
+9
-9
No files found.
src/views/ccgl/wcsrwgl/wcsrw/index.vue
View file @
7fb084cf
...
...
@@ -195,7 +195,7 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
ctx
.
$ref
.
TablePager
.
loading
=
true
ctx
.
$ref
s
.
TablePager
.
loading
=
true
this
.
$post
(
'xyl/wcs/wcsTask/start'
,
{
...
...
@@ -203,11 +203,11 @@
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
ctx
.
$ref
.
TablePager
.
loading
=
false
ctx
.
$ref
s
.
TablePager
.
loading
=
false
ctx
.
refresh
()
}
}).
finally
(
res
=>
{
ctx
.
$ref
.
TablePager
.
loading
=
false
ctx
.
$ref
s
.
TablePager
.
loading
=
false
})
})
}
else
{
...
...
@@ -221,17 +221,17 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
ctx
.
$ref
.
TablePager
.
loading
=
true
ctx
.
$ref
s
.
TablePager
.
loading
=
true
this
.
$post
(
'lxyl/wcs/wcsTask/close'
,
{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
ctx
.
$ref
.
TablePager
.
loading
=
false
ctx
.
$ref
s
.
TablePager
.
loading
=
false
ctx
.
refresh
()
}
}).
finally
(
res
=>
{
ctx
.
$ref
.
TablePager
.
loading
=
false
ctx
.
$ref
s
.
TablePager
.
loading
=
false
})
})
}
else
{
...
...
@@ -245,17 +245,17 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
ctx
.
$ref
.
TablePager
.
loading
=
true
ctx
.
$ref
s
.
TablePager
.
loading
=
true
this
.
$post
(
'lxyl/wcs/wcsTask/complete'
,
{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
ctx
.
$ref
.
TablePager
.
loading
=
false
ctx
.
$ref
s
.
TablePager
.
loading
=
false
ctx
.
refresh
()
}
}).
finally
(
res
=>
{
ctx
.
$ref
.
TablePager
.
loading
=
false
ctx
.
$ref
s
.
TablePager
.
loading
=
false
})
})
}
else
{
...
...
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