From ef05f1416c204098f003c3f4c3861354d18cd503 Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期六, 24 八月 2024 13:48:35 +0800
Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web
---
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