Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
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
fukai
vue-gjjs
Commits
6a179b49
Commit
6a179b49
authored
Jan 15, 2022
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充快照加载失败处理
parent
231b45ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
commonApi.js
src/mixin/commonApi.js
+6
-1
No files found.
src/mixin/commonApi.js
View file @
6a179b49
...
...
@@ -137,7 +137,12 @@ export default {
return
const
loading
=
this
.
loading
(
"快照数据加载中"
)
let
data
=
await
Api
.
post
(
"display/"
+
inr
)
Utils
.
copyValueFromVO
(
this
.
model
,
JSON
.
parse
(
data
.
data
))
if
(
data
.
data
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
JSON
.
parse
(
data
.
data
))
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'快照文件加载失败!'
});
}
loading
.
close
()
},
async
executeNotify
(
params
)
{
...
...
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