From 193b6ba90e066ba13358e07d4a34aaa07407f4e3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 19 七月 2024 18:01:51 +0800
Subject: [PATCH] 测试完成

---
 src/views/knowledge/questionbank/particulars/index.vue |    1 -
 src/views/outsideChainwt.vue                           |    5 -----
 src/views/repositoryai/intention/index.vue             |   15 +--------------
 3 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/src/views/knowledge/questionbank/particulars/index.vue b/src/views/knowledge/questionbank/particulars/index.vue
index bb3f3dc..579464e 100644
--- a/src/views/knowledge/questionbank/particulars/index.vue
+++ b/src/views/knowledge/questionbank/particulars/index.vue
@@ -905,7 +905,6 @@
       //el.selectionStart; 杩欏氨鏄綋鍓嶅厜鏍囨墍鍦ㄧ殑浣嶇疆锛堝瓧绗︿覆涓瓧绗︾殑index锛�
       if (this.currentInputId == "scriptContent") {
         inputValueArr = this.topicobj.scriptContent.split("");
-        console.log(123);
       } else if (this.currentInputId == "nomatchtext") {
         inputValueArr = this.topicobj.nomatchtext.split("");
       } else if (this.currentInputId == "sliencetext") {
diff --git a/src/views/outsideChainwt.vue b/src/views/outsideChainwt.vue
index 0496f03..ccb3669 100644
--- a/src/views/outsideChainwt.vue
+++ b/src/views/outsideChainwt.vue
@@ -146,11 +146,6 @@
 
 <style lang="scss" scoped>
 .questionnaire {
-  // background-image: url("../assets/images/chainbackground.jpg");
-  // background-repeat: no-repeat;
-  // background-position: center center;
-  // background-size: cover;
-  // height: 100vh;
   background-image: url("../assets/images/chainbackground.jpg");
   background-size: cover;
   background-attachment: fixed; /* 淇濇寔鑳屾櫙鍥哄畾 */
diff --git a/src/views/repositoryai/intention/index.vue b/src/views/repositoryai/intention/index.vue
index 7c51c7c..100dd5b 100644
--- a/src/views/repositoryai/intention/index.vue
+++ b/src/views/repositoryai/intention/index.vue
@@ -513,7 +513,7 @@
             <el-card
               class="box-card"
               style="margin-bottom: 20px"
-              v-if="indexform.valueType == 1"
+              v-if="indexform.valueType == 1 || indexform.valueType == 2"
             >
               <Regular
                 :TargetoptionList="testuserList"
@@ -524,19 +524,6 @@
                 @xiayioption="xiayioption"
               />
             </el-card>
-            <div v-if="indexform.valueType == 2">
-              <el-form-item label="鏀堕泦淇℃伅">
-                <el-input
-                  type="textarea"
-                  :rows="2"
-                  placeholder="濉叆鏀堕泦淇℃伅"
-                  v-model="indexform.reply"
-                  maxlength="50"
-                  show-word-limit
-                >
-                </el-input
-              ></el-form-item>
-            </div>
             <div v-if="indexform.valueType == 3">
               <el-form-item label="鏀堕泦淇℃伅">
                 <el-input

--
Gitblit v1.9.3