Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
5ce4291e
Commit
5ce4291e
authored
Jun 01, 2020
by
RuoYi
Browse files
若依 2.3
parent
d48475c5
Changes
22
Hide whitespace changes
Inline
Side-by-side
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
View file @
5ce4291e
...
@@ -375,8 +375,6 @@ export default {
...
@@ -375,8 +375,6 @@ export default {
this
.
msgSuccess
(
"
修改成功
"
);
this
.
msgSuccess
(
"
修改成功
"
);
this
.
open
=
false
;
this
.
open
=
false
;
this
.
getList
();
this
.
getList
();
}
else
{
this
.
msgError
(
response
.
msg
);
}
}
});
});
}
else
{
}
else
{
...
@@ -385,8 +383,6 @@ export default {
...
@@ -385,8 +383,6 @@ export default {
this
.
msgSuccess
(
"
新增成功
"
);
this
.
msgSuccess
(
"
新增成功
"
);
this
.
open
=
false
;
this
.
open
=
false
;
this
.
getList
();
this
.
getList
();
}
else
{
this
.
msgError
(
response
.
msg
);
}
}
});
});
}
}
...
...
ruoyi/src/main/resources/vm/vue/index.vue.vm
View file @
5ce4291e
...
@@ -392,8 +392,6 @@ export default {
...
@@ -392,8 +392,6 @@ export default {
this
.
msgSuccess
(
"
修改成功
"
);
this
.
msgSuccess
(
"
修改成功
"
);
this
.
open
=
false
;
this
.
open
=
false
;
this
.
getList
();
this
.
getList
();
}
else
{
this
.
msgError
(
response
.
msg
);
}
}
});
});
}
else
{
}
else
{
...
@@ -402,8 +400,6 @@ export default {
...
@@ -402,8 +400,6 @@ export default {
this
.
msgSuccess
(
"
新增成功
"
);
this
.
msgSuccess
(
"
新增成功
"
);
this
.
open
=
false
;
this
.
open
=
false
;
this
.
getList
();
this
.
getList
();
}
else
{
this
.
msgError
(
response
.
msg
);
}
}
});
});
}
}
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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