diff --git a/pages/apply/subPages/SK/checkContentEdit.vue b/pages/apply/subPages/SK/checkContentEdit.vue
index 92012bd..1b346b0 100644
--- a/pages/apply/subPages/SK/checkContentEdit.vue
+++ b/pages/apply/subPages/SK/checkContentEdit.vue
@@ -75,7 +75,7 @@
- 提交
+ 提交
@@ -278,6 +278,7 @@
extendInclude(json, 'Nav_ListCheckQuestion');
extendIgnoreDataRule(json)
GetCheckContentsNew(json).then(res => {
+ this.stepLoad = false
this.model = res
this.model.Product_Unit = res.MineType !== undefined ? this.enumsData['SKProductionUnit'].find(item => item.code === res.MineType).name : '';
if (this.model.Nav_ListCheckQuestion && this.model.Nav_ListCheckQuestion.length > 0) {