From 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 14:57:52 +0800
Subject: [PATCH] 测试完成

---
 src/views/satisfaction.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/satisfaction.vue b/src/views/satisfaction.vue
index 26585af..7f2f1dc 100644
--- a/src/views/satisfaction.vue
+++ b/src/views/satisfaction.vue
@@ -50,12 +50,12 @@
         <div v-if="showDeptSelect" class="dept-select-container">
           <el-form>
             <el-form>
-              <el-form-item label="閫夋嫨绉戝">
+              <el-form-item label="閫夋嫨璇鹃缁�">
                 <el-select
                   v-model="selectedDept"
                   filterable
                   clearable
-                  placeholder="璇烽�夋嫨绉戝鎴栬緭鍏ュ叧閿瘝鎼滅储"
+                  placeholder="璇烽�夋嫨璇鹃缁勬垨杈撳叆鍏抽敭璇嶆悳绱�"
                   @change="handleDeptChange"
                   popper-class="dept-select-dropdown"
                 >
@@ -370,11 +370,11 @@
 
       // 鍔犺浇闂嵎鏁版嵁
       this.loadSurveyData();
-      // 鑾峰彇绉戝鍒楄〃
+      // 鑾峰彇璇鹃缁勫垪琛�
       this.WLgetDept();
     },
     WLgetDept() {
-      // 璋冪敤鎺ュ彛鑾峰彇绉戝鏁版嵁
+      // 璋冪敤鎺ュ彛鑾峰彇璇鹃缁勬暟鎹�
       WLgetDept(this.encryptedParams.param6).then((res) => {
         this.deptList = Object.entries(res.data).map(([code, name]) => ({
           code,
@@ -547,12 +547,12 @@
 
     // 鍑嗗鎻愪氦鏁版嵁
     prepareSubmitData() {
-      // 鍒涘缓绉戝閫夋嫨闂瀵硅薄
+      // 鍒涘缓璇鹃缁勯�夋嫨闂瀵硅薄
       const deptQuestion = {
         scriptId: "dept_selection", // 鑷畾涔塈D
         scriptType: 4, // 4琛ㄧず闂瓟绫诲瀷
-        scriptContent: "閫夋嫨鐨勭瀹�",
-        scriptResult: this.selectedDept || "", // 瀛樺偍閫夋嫨鐨勭瀹ゅ悕绉�
+        scriptContent: "閫夋嫨鐨勮棰樼粍",
+        scriptResult: this.selectedDept || "", // 瀛樺偍閫夋嫨鐨勮棰樼粍鍚嶇О
         required: false, // 闈炲繀濉�
         sort: 999,
         nextScriptno: "1",
@@ -563,7 +563,7 @@
         serialnum: this.encryptedParams.param2 || this.encryptedParams.param3,
         mzzy: this.surveyType,
         svyLibTemplateScriptVOS: [
-          deptQuestion, // 灏嗙瀹ら�夋嫨浣滀负绗竴涓棶棰�
+          deptQuestion, // 灏嗚棰樼粍閫夋嫨浣滀负绗竴涓棶棰�
           ...this.questionList.map((item) => {
             return {
               scriptId: item.scriptId,

--
Gitblit v1.9.3