Commit 8e39f0c0 authored by zhang's avatar zhang

feat: 实施细则查看详情时进入加载动画后显示

parent b952d9c7
......@@ -56,7 +56,6 @@
<el-form
class="form"
:model="dialogManger"
title="'审查信息'"
style="margin-top: 10px"
>
<el-form-item class="title">
......
......@@ -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
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment