Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-web
Commits
8e39f0c0
Commit
8e39f0c0
authored
Sep 29, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 实施细则查看详情时进入加载动画后显示
parent
b952d9c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
detailModel.vue
src/views/setting/standardTerms/components/detailModel.vue
+0
-1
index.vue
src/views/setting/standardTerms/index.vue
+2
-0
No files found.
src/views/setting/standardTerms/components/detailModel.vue
View file @
8e39f0c0
...
...
@@ -56,7 +56,6 @@
<el-form
class=
"form"
:model=
"dialogManger"
title=
"'审查信息'"
style=
"margin-top: 10px"
>
<el-form-item
class=
"title"
>
...
...
src/views/setting/standardTerms/index.vue
View file @
8e39f0c0
...
...
@@ -663,6 +663,7 @@ export default {
this
.
caseModelManager
.
source
.
judge
=
data
this
.
caseModelManager
.
dialogVisible
=
true
}
else
{
this
.
loading
=
true
await
request
({
url
:
'/review/standard/getDetailsAll'
,
method
:
'post'
,
...
...
@@ -707,6 +708,7 @@ export default {
this
.
detailModelManager
.
source
.
standard
=
standard
// 赋值传递弹窗
this
.
detailModelManager
.
source
.
judge
=
data
this
.
detailModelManager
.
dialogVisible
=
true
this
.
loading
=
false
})
}
...
...
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