From 32148fb89c6cbedc24aaf9cb93a215a6cc665f2b Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期二, 09 七月 2024 16:56:14 +0800 Subject: [PATCH] 修改了一些报错,完善了用户管理配偶的选择模块 --- ruoyi-ui/src/views/meeting/meetingInfo.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/meeting/meetingInfo.vue b/ruoyi-ui/src/views/meeting/meetingInfo.vue index fda5ce5..77d23e9 100644 --- a/ruoyi-ui/src/views/meeting/meetingInfo.vue +++ b/ruoyi-ui/src/views/meeting/meetingInfo.vue @@ -95,7 +95,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"> @@ -248,7 +248,7 @@ }], isPlacebrand: [{ required: true, - message: '璇烽�夋嫨鏄惁鎷滆姘寸墝', + message: '璇烽�夋嫨鏄惁鎽嗘斁姘寸墝', trigger: 'blur' }], connPerson: [{ @@ -383,6 +383,7 @@ this.$refs['elForm'].validate(valid => { if (valid) { if (this.formData.id != undefined) { + this.formData.statu = 3 updateMeeting(this.formData).then(response => { this.$modal.msgSuccess("淇敼鎴愬姛"); // if (this.formData.status == 1) -- Gitblit v1.9.1