| | |
| | | </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"> |
| | |
| | | }], |
| | | isPlacebrand: [{ |
| | | required: true, |
| | | message: '请选择是否拜访水牌', |
| | | message: '请选择是否摆放水牌', |
| | | trigger: 'blur' |
| | | }], |
| | | connPerson: [{ |
| | |
| | | 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) |