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
ad4527ce
authored
2020-12-18 16:58:03 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
范围属性变更去掉成功提示
1 parent
e9466810
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/panel/change/fwsxbg/index.vue
src/views/panel/change/fwsxbg/index.vue
View file @
ad4527c
...
...
@@ -136,10 +136,10 @@ export default {
fwsxbgbl
(
params
)
.
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
message
:
res
.
message
,
type
:
"变更成功"
,
});
//
this.$message({
//
message: res.message,
//
type: "变更成功",
//
});
let
path
=
""
;
switch
(
row
.
dylx
)
{
case
"zrz"
:
...
...
Please
register
or
sign in
to post a comment