Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
robot-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
汪晓凯
robot-monitor
Commits
e6db1cf4
Commit
e6db1cf4
authored
Mar 30, 2020
by
xiedong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了个返回的参数
parent
03f08059
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
RobotDetails.vue
src/views/RobotDetails.vue
+2
-1
No files found.
src/views/RobotDetails.vue
View file @
e6db1cf4
...
@@ -545,7 +545,7 @@
...
@@ -545,7 +545,7 @@
label=
"时间"
label=
"时间"
width=
"180"
>
width=
"180"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
cre
ate_time
}}
</span>
<span>
{{
scope
.
row
.
upd
ate_time
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -955,6 +955,7 @@
...
@@ -955,6 +955,7 @@
params
=
Object
.
assign
({},
baseParams
,
params
);
params
=
Object
.
assign
({},
baseParams
,
params
);
axios
.
post
(
ApiConfig
.
Transaction
,
params
).
then
(
res
=>
{
axios
.
post
(
ApiConfig
.
Transaction
,
params
).
then
(
res
=>
{
if
(
res
.
data
.
code
===
200
)
{
if
(
res
.
data
.
code
===
200
)
{
console
.
log
(
res
.
data
)
this
.
transactionLoading
=
false
;
this
.
transactionLoading
=
false
;
let
result
=
res
.
data
.
data
;
let
result
=
res
.
data
.
data
;
this
.
total
=
result
.
count
;
this
.
total
=
result
.
count
;
...
...
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