From f5edbc080d696fbd55de84f6a906aeb2cde3b1b6 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期一, 03 三月 2025 22:57:00 +0800
Subject: [PATCH] 修改了对应bug

---
 ruoyi-ui/src/views/meeting/approveInfo.vue |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/ruoyi-ui/src/views/meeting/approveInfo.vue b/ruoyi-ui/src/views/meeting/approveInfo.vue
index 26bdd78..19e5435 100644
--- a/ruoyi-ui/src/views/meeting/approveInfo.vue
+++ b/ruoyi-ui/src/views/meeting/approveInfo.vue
@@ -50,14 +50,6 @@
                 </el-input>
               </el-form-item>
             </el-cow>
-
-            <!-- <el-cow>
-              <el-form-item label="浼氳瀹や唬鐮�" prop="meetingID" label-width="90px"
-                style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
-                <el-input v-model="formData.meetingID" placeholder="璇疯緭鍏ヤ細璁浠g爜" clearable :style="{width: '100%'}">
-                </el-input>
-              </el-form-item>
-            </el-cow> -->
             <el-cow>
               <el-form-item label="鍙绾充汉鏁�" prop="conPeople" label-width="90px"
                 style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
@@ -95,7 +87,7 @@
               </el-form-item>
             </el-cow>
             <el-cow>
-              <el-form-item label="鏄惁鎷滆姘寸墝" prop="isPlacebrand" label-width="120px"
+              <el-form-item label="鏄惁鎽嗘斁姘寸墝" prop="isPlacebrand" label-width="120px"
                 style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
                 <el-select v-model="formData.isPlacebrand" placeholder="璇烽�夋嫨 " clearable :style="{width: '100%'}"
                   :disabled="dsb">
@@ -237,6 +229,10 @@
             {
               value: 0,
               label: '鎷掔粷',
+            },
+            {
+              value: 3 ,
+              label: '寰呭鎵�',
             }
             ],
       }
@@ -286,13 +282,13 @@
             if (this.formData.id != undefined) {
               updateStatu(this.formDat).then(response => {
                 this.$modal.msgSuccess("淇敼鎴愬姛");
+                this.getList();
                 // this.btn = false
               });
             } else {
               this.$modal.msgSuccess("淇敼澶辫触");
+              this.getList();
             }
-            this.getList();
-            this.getList();
       },
       refuse(row){
         this.formDat.id = this.formData.id

--
Gitblit v1.9.1