From bedd85ecf756345e43f9bb84ce852b6183d11df2 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 16 四月 2026 10:12:57 +0800
Subject: [PATCH] 测试完成

---
 vue.config.js                             |    4 ++--
 src/components/Regular/index.vue          |   52 +++++++++++++++++++++++++++++++++++-----------------
 src/views/patient/propaganda/particty.vue |    2 +-
 3 files changed, 38 insertions(+), 20 deletions(-)

diff --git a/src/components/Regular/index.vue b/src/components/Regular/index.vue
index 86c2bc4..2398279 100644
--- a/src/components/Regular/index.vue
+++ b/src/components/Regular/index.vue
@@ -18,21 +18,33 @@
               </el-input> </el-form-item
           ></el-col>
           <el-col :span="12"
-          ><el-form-item label="寮傚父鎻愰啋">
-            <el-select v-model="item.isabnormal" placeholder="璇烽�夋嫨鐘舵��">
-              <el-option :value="0" label="姝e父" :style="{ color: '#67C23A' }">
-                <span style="color: #67c23a">鈼� 姝e父</span>
-              </el-option>
+            ><el-form-item label="寮傚父鎻愰啋">
+              <el-select v-model="item.isabnormal" placeholder="璇烽�夋嫨鐘舵��">
+                <el-option
+                  :value="0"
+                  label="姝e父"
+                  :style="{ color: '#67C23A' }"
+                >
+                  <span style="color: #67c23a">鈼� 姝e父</span>
+                </el-option>
 
-              <el-option :value="2" label="璀﹀憡" :style="{ color: '#FFBA00' }">
-                <span style="color: #ffba00">鈼� 璀﹀憡</span>
-              </el-option>
-              <el-option :value="1" label="寮傚父" :style="{ color: '#f75c5c' }">
-                <span style="color: #f75c5c">鈼� 寮傚父</span>
-              </el-option>
-            </el-select>
-          </el-form-item></el-col
-        >
+                <el-option
+                  :value="2"
+                  label="璀﹀憡"
+                  :style="{ color: '#FFBA00' }"
+                >
+                  <span style="color: #ffba00">鈼� 璀﹀憡</span>
+                </el-option>
+                <el-option
+                  :value="1"
+                  label="寮傚父"
+                  :style="{ color: '#f75c5c' }"
+                >
+                  <span style="color: #f75c5c">鈼� 寮傚父</span>
+                </el-option>
+              </el-select>
+            </el-form-item></el-col
+          >
           <!-- <el-col :span="12" v-if="intent"
             ><el-form-item label="閫夐」鑺傜偣">
               <el-input
@@ -88,6 +100,14 @@
               >
               </el-input> </el-form-item
           ></el-col>
+        </el-row>
+        <el-row :gutter="10">
+            <el-form-item label="閫変腑鏀堕泦闄勫姞淇℃伅">
+              <el-radio-group v-model="item.appendflag">
+                <el-radio label="1">鏄�</el-radio>
+                <el-radio label="0">鍚�</el-radio>
+              </el-radio-group>
+            </el-form-item>
         </el-row>
         <el-row :gutter="10" v-if="scriptType == 1">
           <el-form-item label="閫変腑鎻愮ず">
@@ -205,9 +225,7 @@
               <el-image
                 style="width: 100px; height: 100px"
                 :src="item.picturePath"
-                :preview-src-list="
-                                item.picturePath ? [item.picturePath] : []
-                              "
+                :preview-src-list="item.picturePath ? [item.picturePath] : []"
               >
               </el-image>
             </div>
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 72cfd93..dd705ab 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -2325,7 +2325,7 @@
             if (Array.isArray(this.objyl.suitway)) {
               this.objyl.suitway = this.objyl.suitway.join(",");
             }
-            this.objyl.templateid = this.objyl.id;
+            this.objyl.libtemplateid = this.objyl.id;
             this.form.libtemplateid = this.objyl.id;
 
             this.objyl.isoperation = 1;
diff --git a/vue.config.js b/vue.config.js
index 9099947..b430fbc 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -37,10 +37,10 @@
       [process.env.VUE_APP_BASE_API]: {
         // target: `https://www.health-y.cn/lssf`,
         // target: `http://192.168.100.10:8096`,
-        target: `http://192.168.100.10:8094`,//鐪佺珛鍚屽痉
+        // target: `http://192.168.100.10:8094`,//鐪佺珛鍚屽痉
         // target: `http://192.168.100.10:8095`,//鏂板崕
         // target: `http://192.168.100.10:8098`,//甯備竴
-        // target:`http://localhost:8095`,
+        target:`http://localhost:8095`,
         // target:`http://35z1t16164.qicp.vip`,
         // target: `http://192.168.100.172:8095`,
         // target: `http://192.168.101.166:8093`,

--
Gitblit v1.9.3