From 9f192eac8e3067d572f72ec31ca83ccc2661941e Mon Sep 17 00:00:00 2001
From: yunkexin <760754045@qq.com>
Date: Fri, 7 Nov 2025 14:55:12 +0800
Subject: [PATCH] 1
---
pages/apply/subPages/SK/checkContentEdit.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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) {