From d1367a2eafbc26cadf07abb3caa94a0d64d09cab Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 13 八月 2024 14:14:12 +0800
Subject: [PATCH] 测试完成

---
 src/views/knowledge/questionbank/particulars/index.vue |   75 +++++++++++--------------------------
 1 files changed, 23 insertions(+), 52 deletions(-)

diff --git a/src/views/knowledge/questionbank/particulars/index.vue b/src/views/knowledge/questionbank/particulars/index.vue
index 9d0809d..b6da7c2 100644
--- a/src/views/knowledge/questionbank/particulars/index.vue
+++ b/src/views/knowledge/questionbank/particulars/index.vue
@@ -180,15 +180,21 @@
               v-if="topicobj.scriptType == 3"
             >
               <div style="display: flex; margin-bottom: 10px">
-                <div class="tsgnames" @click="tsgnametos">鎻掑叆濉┖</div>
+                <div class="tsgnames" @click="tsgnametos">鎻掑叆濉┖鏍囪</div>
               </div>
             </el-form-item>
             <el-row>
               <el-col :span="20">
-                <el-form-item label="鏀堕泦淇℃伅" v-if="topicobj.scriptType == 3">
+                <el-form-item
+                  label="濉┖淇℃伅"
+                  v-if="
+                    topicobj.scriptType == 3 && topicobj.svyLibScriptOptions.length
+                  "
+                >
                   <el-card class="box-card" style="width: 200%">
                     <div
                       v-for="item in topicobj.svyLibScriptOptions"
+                      v-if="item.isoperation != 3"
                       style="margin-bottom: 10px"
                     >
                       <el-input
@@ -291,49 +297,7 @@
                 </div>
               </el-form-item>
             </el-row>
-            <!-- <el-row>
-              <el-form-item label="閫傜敤鐤剧梾" prop="region">
-                <div class="xinz-inf">
-                  <el-tag
-                    :key="item.icd10name"
-                    type="warning"
-                    v-for="item in illnesslist"
-                    closable
-                    :disable-transitions="false"
-                    @close="handleCloseillness(item)"
-                  >
-                    {{ item.icd10name }}
-                  </el-tag>
-                  <el-select
-                    v-model="inputValueillness"
-                    v-if="inputVisibleillness"
-                    @change="illnessConfirm"
-                    :remote-method="remoteMethod"
-                    filterable
-                    remote
-                    allow-create
-                    default-first-option
-                    placeholder="璇烽�夋嫨/鏌ヨ"
-                    :loading="loading"
-                  >
-                    <el-option
-                      v-for="item in optionsillness"
-                      :key="item.icdid"
-                      :label="item.icdname"
-                      :value="item.icdid"
-                    >
-                    </el-option>
-                  </el-select>
-                  <el-button
-                    v-else
-                    class="button-new-tag"
-                    size="small"
-                    @click="inputVisibleillness = true"
-                    >+ 鏂板鐤剧梾</el-button
-                  >
-                </div>
-              </el-form-item>
-            </el-row> -->
+            
             <el-form-item label="閫変腑鎸囨爣锛�">
               <span style="margin-left: 30px"
                 ><el-tag type="success" effect="dark">{{
@@ -886,6 +850,7 @@
           .confirm("鏇存敼绫诲瀷鍚庨�夐」灏嗘竻绌烘槸鍚︾户缁紵")
           .then(() => {
             this.scriptTypels = this.topicobj.scriptType;
+            this.topicobj.svyLibScriptOptions = [];
           })
           .catch(() => {
             this.topicobj.scriptType = this.scriptTypels;
@@ -899,7 +864,11 @@
         this.topicobj.svyLibScriptOptions,
         row
       );
+      console.log(this.topicobj.svyLibScriptOptions);
+
       if (this.topicobj.svyLibScriptOptions[index].id) {
+        console.log(2);
+
         this.topicobj.svyLibScriptOptions[index].isoperation = 3;
       } else {
         this.topicobj.svyLibScriptOptions.splice(index, 1);
@@ -1070,12 +1039,14 @@
     // 渚挎嵎鏍囩鎻掑叆濉┖
     tsgnametos(row) {
       let inputValueArr = "";
-      let value = this.testuserList.length + 1;
+      let value = this.topicobj.svyLibScriptOptions.length + 1;
 
       let el = document.querySelector("#" + this.currentInputId);
       //el.selectionStart; 杩欏氨鏄綋鍓嶅厜鏍囨墍鍦ㄧ殑浣嶇疆锛堝瓧绗︿覆涓瓧绗︾殑index锛�
-      if (this.currentInputId == "targetdesc") {
-        inputValueArr = this.indexform.targetdesc.split("");
+      if (this.currentInputId == "scriptContent") {
+        console.log(1);
+        inputValueArr = this.topicobj.scriptContent.split("");
+        console.log(2);
       } else {
         return;
       }
@@ -1089,7 +1060,7 @@
         selectLength,
         "__" + value + "__"
       );
-      this.testuserList.push({
+      this.topicobj.svyLibScriptOptions.push({
         orderno: value,
         optiondesc: "",
         isoperation: 1,
@@ -1098,8 +1069,8 @@
       inputValueArr = inputValueArr.join("");
 
       console.log(inputValueArr);
-      if (this.currentInputId == "targetdesc") {
-        this.indexform.targetdesc = inputValueArr;
+      if (this.currentInputId == "scriptContent") {
+        this.topicobj.scriptContent = inputValueArr;
       } else {
         return;
       }
@@ -1262,7 +1233,7 @@
   background: #3366f5;
 }
 .tsgnames {
-  width: 90px;
+  width: 120px;
   margin-right: 10px;
   text-align: center;
   cursor: pointer;

--
Gitblit v1.9.3