From fb73a94507b8654c111149029b6dd2f7aeb244c6 Mon Sep 17 00:00:00 2001
From: yunkexin <760754045@qq.com>
Date: Fri, 7 Nov 2025 15:32:03 +0800
Subject: [PATCH] 1
---
pages/apply/subPages/SK/checkContentEdit.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pages/apply/subPages/SK/checkContentEdit.vue b/pages/apply/subPages/SK/checkContentEdit.vue
index 1b346b0..f9650c2 100644
--- a/pages/apply/subPages/SK/checkContentEdit.vue
+++ b/pages/apply/subPages/SK/checkContentEdit.vue
@@ -44,6 +44,9 @@
+
+
+
@@ -75,7 +78,7 @@
- 提交
+ 保存
@@ -282,6 +285,7 @@
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) {
+ this.model.Nav_ListCheckQuestion = this.model.Nav_ListCheckQuestion.sort((a, b) => a.NUM - b.NUM);
this.model.Nav_ListCheckQuestion.map(item => {
item.QUESTION_LEVELName = item.QUESTION_LEVEL !== undefined ? this.enumsData['SKHiddenLevel'].find(item1 => item1.code === item.QUESTION_LEVEL).name : '';
})
@@ -546,6 +550,7 @@
QUESTION_LEVEL: null,
QUESTION_LEVELName: '',
DEMAND: '',
+ NUM: 0
})
},