From 172464c74193e07c5beb4ac47bf8b5634fb395dd Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 17 Dec 2024 11:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=96=E5=91=BC=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/manage/Satisfactionsurvey.js | 9 + src/views/manage/Satisfactionsurvey/index.vue | 289 +++++++++++++++--- 2 files changed, 253 insertions(+), 45 deletions(-) diff --git a/src/api/manage/Satisfactionsurvey.js b/src/api/manage/Satisfactionsurvey.js index 3ada29a..a8484c2 100644 --- a/src/api/manage/Satisfactionsurvey.js +++ b/src/api/manage/Satisfactionsurvey.js @@ -8,4 +8,13 @@ export function uploadRobotPublishRecord(query) { params: query }) } +// 问卷列表 + +export function selectQuestionInfoList(query) { + return request({ + url: '/system/question/selectQuestionInfoList', + method: 'get', + params: query + }) +} diff --git a/src/views/manage/Satisfactionsurvey/index.vue b/src/views/manage/Satisfactionsurvey/index.vue index 2f27d13..3a4855d 100644 --- a/src/views/manage/Satisfactionsurvey/index.vue +++ b/src/views/manage/Satisfactionsurvey/index.vue @@ -2,8 +2,8 @@
- + + + + + + + - + > + + + + + + + + + + + + + + +
@@ -61,7 +125,11 @@ - + - + - + prop="nodeExecuteStatus" + width="150" + > - - + +