From 1420c5a51ef10a41f7412afa0194b2c03bcc7dfd Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Mon, 8 Jan 2024 09:53:28 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80038?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../questionAnswerLibrary/modules/QuizModal.vue | 4 ++--
.../standard/detail/module/SubmitQuestionModal.vue | 4 ++--
.../commonPage/modules/SubmitQuestionModal.vue | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/businessSupport/questionAnswerLibrary/modules/QuizModal.vue b/src/views/businessSupport/questionAnswerLibrary/modules/QuizModal.vue
index c2055ba7..74a8fa2a 100644
--- a/src/views/businessSupport/questionAnswerLibrary/modules/QuizModal.vue
+++ b/src/views/businessSupport/questionAnswerLibrary/modules/QuizModal.vue
@@ -66,7 +66,7 @@
:filter-option="filterOption"
v-decorator="[ 'project', validatorRules.project]">
请选择
- {{ item.projectName }}
+ {{ item.projectName }}
@@ -208,7 +208,7 @@ export default {
},
// 获取项目下拉框数据
getCarTypeProjectList () {
- getCarTypeProjectList().then(res => {
+ getCarTypeProjectList({ column: 'createTime', order: 'desc' }).then(res => {
if (res.success) {
this.projectList = res.result
} else {
diff --git a/src/views/enterpriseStandardLibrary/standard/detail/module/SubmitQuestionModal.vue b/src/views/enterpriseStandardLibrary/standard/detail/module/SubmitQuestionModal.vue
index fe7d208b..a0588b42 100644
--- a/src/views/enterpriseStandardLibrary/standard/detail/module/SubmitQuestionModal.vue
+++ b/src/views/enterpriseStandardLibrary/standard/detail/module/SubmitQuestionModal.vue
@@ -24,7 +24,7 @@
- {{ item.projectName }}
+ {{ item.projectName }}
@@ -144,7 +144,7 @@ export default {
},
// 获取项目下拉框数据
initProjectOptions () {
- getCarTypeProjectList().then(res => {
+ getCarTypeProjectList({ column: 'createTime', order: 'desc' }).then(res => {
if (res.success) {
this.projectSelectOptions = res.result
} else {
diff --git a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue
index 6d031d9b..afe7ce0d 100644
--- a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue
+++ b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue
@@ -24,7 +24,7 @@
- {{ item.projectName }}
+ {{ item.projectName }}
@@ -146,7 +146,7 @@ export default {
},
// 获取项目下拉框数据
initProjectOptions () {
- getCarTypeProjectList().then(res => {
+ getCarTypeProjectList({ column: 'createTime', order: 'desc' }).then(res => {
if (res.success) {
this.projectSelectOptions = res.result
} else {