Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
a5c08ac8
authored
2023-02-08 10:43:59 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除加载动画
1 parent
1dbe94eb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
src/views/system/dictionaries/components/editDialog.vue
src/views/system/dictionaries/dictionaries.vue
src/views/system/dictionaries/components/editDialog.vue
View file @
a5c08ac
...
...
@@ -296,7 +296,6 @@ export default {
"details.dictid"
:
{
handler
:
function
(
newValue
)
{
if
(
!
this
.
value
)
return
;
this
.
$startLoading
();
getChildDictList
(
newValue
).
then
((
res
)
=>
{
this
.
$endLoading
();
let
{
result
}
=
res
;
...
...
src/views/system/dictionaries/dictionaries.vue
View file @
a5c08ac
...
...
@@ -86,7 +86,6 @@ export default {
methods
:
{
// 初始化数据
queryClick
()
{
// this.$startLoading();
getQlxxDictList
({
...
this
.
ruleForm
,
...
this
.
pageData
}).
then
(
res
=>
{
// this.$endLoading();
let
{
records
,
total
}
=
res
.
result
...
...
@@ -100,7 +99,6 @@ export default {
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
$startLoading
()
refreshDictCache
().
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
let
refech
=
this
.
$store
.
dispatch
(
'dict/generateDic'
)
...
...
Please
register
or
sign in
to post a comment