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 | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/ruoyi-ui/src/views/meeting/approveInfo.vue b/ruoyi-ui/src/views/meeting/approveInfo.vue index 9a19109..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"> @@ -290,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