Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e8a7d7e8
authored
2021-01-15 13:59:11 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
错误提示修改
1 parent
b2d2e64b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
10 deletions
src/plugin/axios/index.js
src/views/panel/change/fg/index.vue
src/views/zd/zddcb/index.vue
src/plugin/axios/index.js
View file @
e8a7d7e
...
...
@@ -21,9 +21,8 @@ function errorLog() {
// this.$nextTick(() => { // 以服务的方式调用的 Loading 需要异步关闭
// loadingInstance.close();
// });
MessageBox
.
alert
(
'报错了请联系管理员'
,
'消息提示'
,
{
confirmButtonText
:
'确定'
,
type
:
'warning'
Message
.
error
({
message
:
"出现错误,请稍后再试"
})
}
//定义loading
...
...
src/views/panel/change/fg/index.vue
View file @
e8a7d7e
...
...
@@ -625,9 +625,9 @@
}
else
{
Message
.
error
(
"保存失败"
)
}
}).
catch
((
err
)
=>
{
vm
.
loadingHide
()
Message
.
error
(
err
)
}).
catch
((
err
or
)
=>
{
vm
.
loadingHide
()
;
console
.
log
(
error
);
})
}
else
{
Message
.
warning
(
"请完善分割后的宗地项目名称后重试"
)
...
...
src/views/zd/zddcb/index.vue
View file @
e8a7d7e
...
...
@@ -788,10 +788,7 @@
})
.
catch
((
error
)
=>
{
vm
.
loadingHide
();
this
.
$message
({
message
:
error
.
message
+
",查看日志,联系管理员"
,
type
:
"error"
,
});
console
.
log
(
error
);
});
//保存到空间库里面
var
self
=
this
;
...
...
Please
register
or
sign in
to post a comment